Files
DefinitelyTyped-tools/packages/header-parser/package.json
2020-03-16 11:00:02 -07:00

32 lines
884 B
JSON

{
"name": "@definitelytyped/header-parser",
"version": "0.0.16",
"description": "",
"author": "Nathan Shively-Sanders <nathansa@microsoft.com>",
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/tools.git",
"directory": "packages/header-parser"
},
"scripts": {
"build": "tsc -b",
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/header-parser"
},
"bugs": {
"url": "https://github.com/DefinitelyTyped/tools/issues"
},
"dependencies": {
"@definitelytyped/utils": "^0.0.16",
"@types/parsimmon": "^1.10.1",
"parsimmon": "^1.13.0"
}
}