{ "name": "@definitelytyped/definitions-parser", "version": "0.0.162", "description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata", "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-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/definitions-parser" }, "scripts": { "build": "tsc -b", "test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/definitions-parser" }, "bugs": { "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues" }, "dependencies": { "@definitelytyped/header-parser": "^0.0.162", "@definitelytyped/typescript-versions": "^0.0.162", "@definitelytyped/utils": "^0.0.162", "@types/node": "^14.14.35", "fs-extra": "^9.1.0", "pacote": "^13.6.1", "semver": "^7.3.7" }, "devDependencies": { "@types/fs-extra": "^9.0.8", "@types/pacote": "^11.1.5" }, "peerDependencies": { "typescript": "*" }, "publishConfig": { "access": "public" } }