{ "name": "@definitelytyped/header-parser", "version": "0.0.146", "description": "", "author": "Nathan Shively-Sanders ", "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.146", "@types/parsimmon": "^1.10.1", "parsimmon": "^1.13.0" }, "publishConfig": { "access": "public" } }