-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 Bytes
/
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
{
"name": "EA-NodeJS-Template",
"version": "0.1.0",
"author": "",
"description": "",
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/_mocha --timeout 0",
"start": "node app.js"
},
"dependencies": {
"@chainlink/external-adapter": "^0.2.3",
"axios": "^0.21.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ethers": "^5.5.1",
"glob-parent": "^5.1.2",
"hosted-git-info": "^2.8.9",
"keccak256": "^1.0.3",
"lodash": "^4.17.21",
"needle": "^3.0.0",
"twitter": "^1.7.1",
"y18n": "^4.0.1"
},
"devDependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"eslint": "^7.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"express": "^4.17.1",
"mocha": "^7.1.2"
}
}