-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 965 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
{
"name": "explainalizer",
"version": "0.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w -m",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victornpb/explainalizer.git"
},
"author": "victornpb",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/victornpb/explainalizer/issues"
},
"homepage": "https://github.com/victornpb/explainalizer#readme",
"dependencies": {
"color": "^3.1.3",
"events": "^3.2.0",
"tiny-dedent": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"rollup": "^2.39.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4"
}
}