-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
44
45
{
"name": "sdk-dache-nodejs",
"version": "0.1.0",
"description": "Ethereum smart contract event cache",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/XYOracleNetwork/sdk-dache-nodejs.git"
},
"author": "XYO Foundation",
"license": "ISC",
"devDependencies": {
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-fixer": "^0.1.4",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"espree": "^4.1.0"
},
"dependencies": {
"aws-sdk": "^2.426.0",
"config": "^3.3.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-graphql": "^0.6.12",
"graphql": "^14.1.1",
"graphql-import": "^0.7.1",
"graphql-tools": "^4.0.4",
"ipfs-http-client": "^44.0.3",
"nedb": "^1.8.0",
"pg-promise": "^8.6.4",
"web3": "^1.2.8"
}
}