-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "fpo-node-fuzzer",
"version": "1.0.0",
"description": "Fuzzing for the fpo-node",
"main": "dist/main.js",
"author": "gluax",
"license": "GPL-3.0-only",
"private": false,
"scripts": {
"upgrade-fpo-node": "yarn upgrade",
"build": "tsc -p .",
"start:p2p": "cross-env NODE_ENV=fuzz node dist/src/main.js p2p_fuzz_config.yaml"
},
"dependencies": {
"crypto": "^1.0.1",
"ethers": "^5.6.9",
"fpo-node": "git+https://github.com/fluxprotocol/fpo-node#feature/p2p",
"ganache": "^7.4.0",
"peer-id": "^0.14.8",
"yaml": "^2.1.1"
},
"devDependencies": {
"@ganache/console.log": "^0.2.0",
"@types/better-sqlite3": "^7.5.0",
"@types/big.js": "^6.1.5",
"@types/bl": "^5.0.2",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.6",
"@types/lodash.topath": "^4.5.7",
"@types/mocha": "^9.1.1",
"@types/node": "^18.6.2",
"@types/yaml": "^1.9.7",
"cross-env": "^7.0.3",
"jest": "^28.1.3",
"ts-jest": "^28.0.7"
}
}