{ "private": true, "name": "definitely-typed", "version": "0.0.1", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped", "repository": { "type": "git", "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git" }, "license": "MIT", "bugs": { "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" }, "engines": { "node": ">= 0.12.0" }, "scripts": { "test": "dt --changes", "changes": "dt --changes", "lint": "dt --lint", "tscparams": "dt --tscparams --no-tests --no-headers", "all": "dt", "dry": "dt --dry --changes", "list": "dt --dry --print-files --print-refmap", "last": "dt --dry --print-files --print-refmap --changes", "files": "dt --dry --print-files", "refmap": "dt --dry --print-refmap", "help": "dt -h" }, "devDependencies": { "definition-tester": "0.5.2", "typescript": "1.8.7" } }