DefinitelyTyped/package.json
Bart van der Schoor 967e9c865f removed runner code from repos
linked to definition-tester on github
2014-07-01 21:44:29 +02:00

36 lines
1.2 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.10.0"
},
"scripts": {
"test": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --test-changes",
"changes": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --test-changes",
"lint": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --lint-changes",
"all": "node ./_infrastructure/runner.js --tsc-version 1.0.1",
"dry": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --skip-tests --test-changes",
"list": "node ./_infrastructure/runner.js --tsc-version 1.0.1 --skip-tests --print-files --print-refmap",
"help": "node ./_infrastructure/runner.js -h"
},
"dependencies": {
"definition-tester": "git+https://github.com/DefinitelyTyped/definition-tester"
},
"devDependencies": {}
}