-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.76 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "type-done",
"version": "2.0.3",
"description": "Install missing DefinitelyTyped packages in one click",
"license": "MIT",
"repository": "seognil-lab/type-done",
"type": "module",
"exports": "./index.js",
"bin": {
"type-done": "index.js"
},
"author": {
"name": "Seognil LC",
"email": "[email protected]",
"url": "https://github.com/seognil"
},
"scripts": {
"test": "jest",
"build": "rollup -c",
"release": "release-it"
},
"engines": {
"node": ">=12"
},
"files": [
"index.js",
"readme*"
],
"keywords": [
"ts",
"typescript",
"type",
"types",
"typing",
"typings",
"definitelytyped",
"installer",
"tool"
],
"dependencies": {
"chalk": "^4.1.0",
"command-exists": "^1.2.8",
"figures": "^4.0.0",
"jsonfile": "^6.1.0",
"node-fetch": "^3.0.0",
"ora": "^6.0.1",
"p-limit": "^4.0.0",
"pkg-up": "^3.1.0",
"pretty-ms": "^7.0.0",
"registry-url": "^6.0.0",
"sort-keys": "^5.0.0",
"yargs": "^17.1.1"
},
"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-typescript": "^8.2.5",
"@types/babel__preset-env": "^7.9.2",
"@types/command-exists": "^1.2.0",
"@types/jest": "^27.0.1",
"@types/jsonfile": "^6.0.1",
"@types/node": "^16.9.1",
"@types/prettier": "^2.3.2",
"@types/rimraf": "^3.0.2",
"@types/yargs": "^17.0.2",
"jest": "^27.2.0",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.3",
"release-it": "^14.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.23.0",
"rollup-plugin-hashbang": "^2.2.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"tslib": "^2.0.0",
"typescript": "^4.4.3"
}
}