-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "@fstnetwork/transaction-maker",
"version": "0.5.1",
"description": "",
"main": "./dist/transaction_maker_lib.js",
"scripts": {
"build": "rimraf ./dist && webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"./**/*.json\" && prettier --write \"./**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fstnetwork/transaction-maker.git"
},
"author": "FST NETWORK PTE. LTD.",
"license": "MIT",
"bugs": {
"url": "https://github.com/fstnetwork/transaction-maker/issues"
},
"homepage": "https://github.com/fstnetwork/transaction-maker#readme",
"dependencies": {
"bignumber.js": "^9.0.0",
"bottleneck": "^2.19.5",
"consola": "^2.12.2",
"csv-parser": "^2.3.2",
"esm": "^3.2.25",
"ethers": "^4.0.47",
"ini": "^2.0.0",
"level": "^6.0.1",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"node-cache": "^5.1.0",
"ssri": "^8.0.1",
"strip-bom-stream": "^4.0.0",
"y18n": "^5.0.8"
},
"devDependencies": {
"cross-env": "^7.0.2",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}