-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
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
35
36
37
38
39
{
"name": "types-local",
"version": "0.2.1",
"description": "TypeScript Definition Helper for not type-defined package in DefinitelyTyped to use easily",
"main": "bin/lib/index.js",
"bin": {
"types-local": "bin/lib/run.js"
},
"dependencies": {
"detect-indent": "^5.0.0",
"dts-gen": "^0.5.6",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"sort-keys": "^1.1.2",
"yargs": "^5.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mkdirp": "^0.3.29",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.45",
"@types/rimraf": "0.0.28",
"@types/yargs": "0.0.32",
"chai": "^4.0.2",
"mocha": "^3.4.2",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
},
"scripts": {
"test": "tsc && npm install @request/headers && mocha --no-timeouts --colors bin/tests",
"lint": "tslint -c tslint.json lib/**/*.ts tests/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tamayika/types-local.git"
},
"author": "tamayika",
"license": "MIT"
}