-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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": "relai-pwa-api",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node node_modules/@bity/mock-server-xchg-api/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@bity/api": "^1.0.3",
"@bity/mock-server-xchg-api": "0.0.1",
"bignumber.js": "^9.0.1",
"chalk": "^2.4.2",
"cookie": "^0.4.0",
"ejs": "^2.6.2",
"fs": "0.0.1-security",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.0",
"path": "^0.12.7",
"printf": "^0.5.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"restify": "^8.3.3",
"restify-cors-middleware": "^1.1.1",
"restify-json-filtering": "^1.0.0",
"sequelize": "^5.10.1",
"sha3": "^2.0.6",
"sqlite3": "^4.2.0",
"web3": "^1.3.0",
"web3-eth-accounts": "^1.3.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.2.0",
"prettier": "^2.2.1",
"sequelize-cli": "^6.2.0"
}
}