Files
DefinitelyTyped-tools/packages/header-parser/package.json
TypeScript Bot e65ca14ee8 v0.0.138
2022-11-09 18:24:35 +00:00

31 lines
914 B
JSON

{
"name": "@definitelytyped/header-parser",
"version": "0.0.138",
"description": "",
"author": "Nathan Shively-Sanders <nathansa@microsoft.com>",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/header-parser#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/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/microsoft/DefinitelyTyped-tools/issues"
},
"dependencies": {
"@definitelytyped/typescript-versions": "^0.0.138",
"@types/parsimmon": "^1.10.1",
"parsimmon": "^1.13.0"
},
"publishConfig": {
"access": "public"
}
}