mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
updated definition-tester to 0.1.x updated npm run scripts added basic definition-tester semver check to runner.js
40 lines
1.3 KiB
JSON
40 lines
1.3 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 --changes",
|
|
"changes": "node ./_infrastructure/runner.js --changes",
|
|
"lint": "node ./_infrastructure/runner.js --lint",
|
|
"tscparams": "node ./_infrastructure/runner.js --tscparams --no-tests --no-headers",
|
|
"all": "node ./_infrastructure/runner.js ",
|
|
"dry": "node ./_infrastructure/runner.js --dry --changes",
|
|
"list": "node ./_infrastructure/runner.js --dry --print-files --print-refmap",
|
|
"last": "node ./_infrastructure/runner.js --dry --print-files --print-refmap --changes",
|
|
"files": "node ./_infrastructure/runner.js --dry --print-files",
|
|
"refmap": "node ./_infrastructure/runner.js --dry --print-refmap",
|
|
"help": "node ./_infrastructure/runner.js -h"
|
|
},
|
|
"dependencies": {
|
|
"definition-tester": "~0.1.4"
|
|
},
|
|
"devDependencies": {}
|
|
}
|