Files
DefinitelyTyped-tools/packages/header-parser/package.json
TypeScript Bot 16edb688ea v0.0.144
2023-01-24 19:12:01 +00:00

31 lines
914 B
JSON

{
"name": "@definitelytyped/header-parser",
"version": "0.0.144",
"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.144",
"@types/parsimmon": "^1.10.1",
"parsimmon": "^1.13.0"
},
"publishConfig": {
"access": "public"
}
}