-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.24 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
{
"name": "augur-fee-window-infos",
"version": "1.0.4",
"description": "",
"main": "lib/augurFeeWindows.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --config webpack.dev.js",
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"deploy": "node_modules/.bin/push-dir --dir=dist --branch=gh-pages",
"buildLib": "tsc -p tsconfig-npm-lib.json && cp src/external/web3.min.js lib && sed -i 's/\\.\\.\\/external/./g' lib/augurFeeWindows.js"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/blacktemplar/augur-fee-windows-info.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/blacktemplar/augur-fee-windows-info/issues"
},
"homepage": "https://github.com/blacktemplar/augur-fee-windows-info#readme",
"dependencies": {
"bignumber.js": "^9.0.0"
},
"devDependencies": {
"html-webpack-plugin": "^4.0.4",
"push-dir": "^0.4.1",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.16.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.1.3"
}
}