-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "magic-type",
"version": "1.0.0-beta.7",
"main": "index.js",
"license": "MIT",
"bin": {
"magictype": "./lib/bundle.js"
},
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"@manta-style/builder-typescript": "^0.2.0-alpha.23",
"boxen": "^2.1.0",
"chalk": "^2.4.2",
"cli-highlight": "^2.0.0",
"commander": "^2.19.0",
"copy-paste": "^1.3.0",
"cross-spawn": "^6.0.5",
"enquirer": "^2.3.0",
"lodash.camelcase": "^4.3.0",
"node-fetch": "^2.3.0",
"tslib": "^1.9.3",
"typescript": ">= 2"
},
"devDependencies": {
"@types/boxen": "^2.1.0",
"@types/copy-paste": "^1.1.30",
"@types/cross-spawn": "^6.0.0",
"@types/lodash.camelcase": "^4.3.5",
"@types/node": "^10.12.18",
"@types/node-fetch": "^2.1.5",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-uglify": "^6.0.2"
}
}