forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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 --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"
},
"devDependencies": {
"definition-tester": "0.5.2",
"typescript": "next"
}
}