DefinitelyTyped/package.json
Masahiro Wakame 456b4ef598 Merge pull request #6940 from Dashlane/simplify-package-scripts
Simplify scripts in package.json
2015-12-01 21:43:37 +09:00

42 lines
1.0 KiB
JSON

{
"private": true,
"name": "DefinitelyTyped",
"version": "0.0.1",
"homepage": "https://github.com/borisyankov/DefinitelyTyped",
"repository": {
"type": "git",
"url": "https://github.com/borisyankov/DefinitelyTyped.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/borisyankov/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"
},
"dependencies": {
},
"devDependencies": {
"definition-tester": "0.3.0",
"typescript": "1.7.3"
}
}