-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.01 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
{
"name": "validation-force",
"version": "1.0.0",
"description": "Effect Force validation bot",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NET_ENV=testnet nodemon index.js",
"prod": "NET_ENV=mainnet nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/effectai/validation-force.git"
},
"keywords": [
"efx",
"effect",
"network",
"crypto",
"blockchain",
"workforce"
],
"author": "David Britt",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/effectai/validation-force/issues"
},
"homepage": "https://github.com/effectai/validation-force#readme",
"dependencies": {
"@effectai/effect-js": "^0.3.21",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"eosjs": "^22.1.0",
"express": "^4.18.1",
"fs-extra": "^10.1.0",
"node-cron": "^3.0.0"
},
"devDependencies": {
"nodemon": "^2.0.16"
}
}