forked from retejs/rete-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 811 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
{
"name": "rete-cli",
"version": "1.0.0-alpha1",
"description": "",
"bin": {
"rete": "./bin/index.js"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/retejs/rete-cli.git"
},
"dependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"@babel/eslint-parser": "^7.17.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"case": "^1.6.3",
"commander": "^9.0.0",
"copy-dir": "^1.3.0",
"eslint": "^8.10.0",
"replace-in-file": "^6.3.2",
"rollup": "^2.68.0",
"rollup-plugin-terser": "^7.0.2"
}
}