Files
DefinitelyTyped-tools/packages/definitions-parser/package.json
TypeScript Bot 4dc64f61f0 v0.0.24-next.0
2020-04-14 23:14:49 +00:00

36 lines
1.1 KiB
JSON

{
"name": "@definitelytyped/definitions-parser",
"version": "0.0.24-next.0",
"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",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/DefinitelyTyped/tools.git",
"directory": "packages/definitions-parser"
},
"scripts": {
"build": "tsc -b",
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/definitions-parser"
},
"bugs": {
"url": "https://github.com/DefinitelyTyped/tools/issues"
},
"dependencies": {
"@definitelytyped/header-parser": "^0.0.24-next.0",
"@definitelytyped/typescript-versions": "^0.0.24-next.0",
"@definitelytyped/utils": "^0.0.24-next.0",
"@types/node": "^12.12.29",
"fs-extra": "^8.1.0",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0"
},
"publishConfig": {
"access": "public"
}
}