mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
42 lines
1.2 KiB
JSON
42 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_modules/.bin/dt --changes",
|
|
"changes": "./node_modules/.bin/dt --changes",
|
|
"lint": "./node_modules/.bin/dt --lint",
|
|
"tscparams": "./node_modules/.bin/dt --tscparams --no-tests --no-headers",
|
|
"all": "./node_modules/.bin/dt",
|
|
"dry": "./node_modules/.bin/dt --dry --changes",
|
|
"list": "./node_modules/.bin/dt --dry --print-files --print-refmap",
|
|
"last": "./node_modules/.bin/dt --dry --print-files --print-refmap --changes",
|
|
"files": "./node_modules/.bin/dt --dry --print-files",
|
|
"refmap": "./node_modules/.bin/dt --dry --print-refmap",
|
|
"help": "./node_modules/.bin/dt -h"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"definition-tester": "0.2.0",
|
|
"typescript": "1.5.3"
|
|
}
|
|
}
|