-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "devolution",
"version": "2.3.1",
"description": "A devolution gun for your bundle",
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"build": "babel src -d dist"
},
"bin": {
"devolution": "./bin/devolution"
},
"files": [
"dist",
"bin",
".devolutionrc.js"
],
"repository": "https://github.com/theKashey/devolution/",
"author": "theKashey <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/theKashey/devolution#readme",
"peerDependencies": {
"@swc/core": "^1.0.48"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/preset-env": "^7.7.1",
"chalk": "^3.0.0",
"core-js-compat": "^3.4.2",
"jest": "^24.9.0",
"jest-worker": "^24.0.0",
"regenerator-runtime": "^0.13.3",
"rollup": "^1.27.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"table": "^5.4.6",
"terser": "^4.4.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/register": "^7.0.0",
"@swc/core": "^1.0.54",
"chai": "^4.2.0"
}
}