-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 993 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
32
33
34
35
36
37
{
"name": "novicell-packager",
"version": "2.1.0",
"description": "Distribute effortlessly",
"main": "console.js",
"bin": {
"novicell-packager": "bin/novicell-packager"
},
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankeris/novicell-packager.git"
},
"author": "Juozas Rastenis",
"license": "MIT",
"bugs": {
"url": "https://github.com/ankeris/novicell-packager/issues"
},
"homepage": "https://github.com/ankeris/novicell-packager#readme",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"figlet": "^1.2.1",
"inquirer": "^6.2.2",
"inquirer-file-path": "^1.0.1",
"ora": "^3.1.0",
"rollup": "^1.4.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-terser": "^4.0.4"
}
}