mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
35 lines
919 B
JSON
35 lines
919 B
JSON
{
|
|
"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 --all",
|
|
"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": "next",
|
|
"typescript": "next"
|
|
}
|
|
}
|