-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "fireblock-check",
"version": "1.9.0",
"description": "JS Library to check the fireblock website",
"main": "index.js",
"scripts": {
"serve": "webpack-dev-server --mode development --open",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fireblock/fireblock-check.git"
},
"keywords": [
"Fireblock",
"check"
],
"author": "laurent.mallet@gmail.com",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/fireblock/fireblock-check/issues"
},
"homepage": "https://fireblock.io",
"dependencies": {
"axios": "^0.19.0",
"js-sha3": "^0.8.0"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/runtime-corejs2": "^7.4.5",
"babel-loader": "^8.0.6",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
}
}