-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 924 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": "gas-price-monitor-tool",
"version": "1.0.0",
"description": "Serverless + AWS project for monitoring gas prices",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janilamppu/gas-price-monitor-tool.git"
},
"author": "Jani Lamppu",
"license": "ISC",
"bugs": {
"url": "https://github.com/janilamppu/gas-price-monitor-tool/issues"
},
"homepage": "https://github.com/janilamppu/gas-price-monitor-tool#readme",
"dependencies": {
"aws-sdk": "^2.884.0",
"aws-sdk-mock": "^5.1.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.6",
"dotenv": "^8.2.0"
},
"devDependencies": {
"axios-mock-adapter": "^1.19.0",
"chai": "^4.3.4",
"mocha": "^8.3.2",
"mocked-env": "^1.3.4",
"pre-commit": "^1.2.2",
"sinon": "^10.0.0"
},
"pre-commit": [
"test"
]
}