mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
33 lines
924 B
JSON
33 lines
924 B
JSON
{
|
|
"name": "@definitelytyped/definitions-parser",
|
|
"version": "0.0.11",
|
|
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
|
|
"homepage": "https://github.com/DefinitelyTyped/tools#readme",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://npm.pkg.github.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DefinitelyTyped/tools.git",
|
|
"directory": "packages/definitions-parser"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/DefinitelyTyped/tools/issues"
|
|
},
|
|
"dependencies": {
|
|
"@definitelytyped/header-parser": "^0.0.11",
|
|
"@definitelytyped/utils": "^0.0.11",
|
|
"fs-extra": "^8.1.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^8.1.0"
|
|
}
|
|
}
|