mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
31 lines
914 B
JSON
31 lines
914 B
JSON
{
|
|
"name": "@definitelytyped/header-parser",
|
|
"version": "0.0.141",
|
|
"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.141",
|
|
"@types/parsimmon": "^1.10.1",
|
|
"parsimmon": "^1.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|