-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 981 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
38
{
"name": "streetmix-vehicle-sheets",
"version": "1.0.0",
"description": "",
"main": "handler.js",
"scripts": {
"test": "node_modules/.bin/jest",
"test:coverage": "open coverage/lcov-report/index.html",
"eslint": "./node_modules/.bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/whitmanschorn/vehicle-sheets.git"
},
"author": "Whitman Schorn",
"homepage": "https://github.com/whitmanschorn/vehicle-sheets",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.0.1",
"jest": "^20.0.4",
"lambda-tester": "^3.0.2",
"nock": "^9.0.13"
},
"jest": {
"collectCoverage": true
},
"dependencies": {
"async": "^3.1.0",
"auth0": "^2.17.1",
"axios": "^0.19.0",
"google-spreadsheet": "^2.0.7",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"request": "^2.88.0",
}
}