-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.67 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
51
52
{
"author": "evan GmbH",
"dependencies": {
"@evan.network/api-blockchain-core": "^2.18.0",
"@evan.network/smart-contracts-core": "^2.10.0",
"actionhero": "^19.1.0",
"chai-as-promised": "^7.1.1",
"env-cmd": "^7.0.0",
"fakeredis": "latest",
"ioredis": "latest",
"node-schedule": "^1.3.2",
"request": "^2.88.0",
"web3": "2.0.0-alpha",
"ws": "latest"
},
"description": "evan.network edge server",
"devDependencies": {
"chai": "latest",
"dirty-chai": "latest",
"mocha": "latest",
"standard": "latest"
},
"engines": {
"node": ">=8.0.0"
},
"license": "Apache-2.0",
"name": "@evan.network/edge-server-seed",
"scripts": {
"actionhero": "env-cmd ./.env.local actionhero",
"debug": "env-cmd ./.env.local node --inspect --preserve-symlinks ../../actionhero/bin/actionhero",
"debugbrk": "env-cmd ./.env.local node --inspect-brk --preserve-symlinks ../../actionhero/bin/actionhero",
"postinstall": "npx cpy-cli ../smart-contracts-core/config/smart-contracts-core.js config/ && npx mkdirp node_modules/@evan.network && cd node_modules/\\@evan.network && npx lnk-cli ../../../smart-contracts-core smart-contracts-core",
"standalone": "env-cmd ./.env.local node --preserve-symlinks ./node_modules/actionhero/bin/actionhero",
"start": "env-cmd ./.env.local node --preserve-symlinks ../../actionhero/bin/actionhero",
"test": "env-cmd ./.env.local mocha"
},
"standard": {
"globals": [
"describe",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"expect"
],
"ignore": [
"public/javascript/ActionheroWebsocketClient.*"
]
},
"version": "1.9.0"
}