-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "btujs",
"version": "1.7.0",
"description": "",
"main": "dist/src/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"build": "babel src --out-dir dist/src",
"buildtest": "npm run build && babel tests --out-dir dist/tests",
"test": "npm run buildtest && node dist/tests/test.js",
"prepare": "npm run buildtest",
"start": "npm run build && node dist/src/index.js",
"doc": "jsdoc -c conf.json"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/btuprotocol/BTU.js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/btuprotocol/BTU.js/issues"
},
"homepage": "https://github.com/btuprotocol/BTU.js/blob/master/README.md",
"dependencies": {
"@material-ui/core": "^3.9.0",
"@material-ui/icons": "^4.2.0",
"classnames": "^2.2.6",
"cross-fetch": "^2.1.1",
"docdash": "^1.0.0",
"ethers": "^4.0.31",
"file-loader": "^4.0.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.5.5",
"react-dom": "^16.8.6",
"react-multi-lang": "^1.0.6",
"url-loader": "^2.0.0"
},
"devDependencies": {
"@pixi/jsdoc-template": "^2.4.2",
"babel-cli": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0"
}
}