{ "name": "@definitelytyped/definitions-parser", "version": "0.0.23-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.23-next.0", "@definitelytyped/typescript-versions": "0.0.23-next.0", "@definitelytyped/utils": "^0.0.23-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" } }