-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
48 lines (48 loc) · 1.55 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "macovidvaccines.com",
"version": "1.0.0",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.1.16",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"bestzip": "^2.1.7",
"chrome-aws-lambda": "^8.0.0",
"deep-equal-in-any-order": "^1.0.28",
"dotenv": "^8.2.0",
"faunadb": "^4.1.1",
"jsdom": "^16.4.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"node-html-parser": "^2.1.0",
"puppeteer": "npm:puppeteer-core@^8.0.0",
"puppeteer-extra": "^3.1.18",
"puppeteer-extra-plugin-recaptcha": "^3.3.5",
"puppeteer-extra-plugin-stealth": "^2.7.6",
"rimraf": "^3.0.2",
"twit": "^2.2.11",
"us-zips": "^4.0.2"
},
"devDependencies": {
"aws-sdk": "^2.840.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"chai-shallow-deep-equal": "^1.4.6",
"chai-subset": "^1.6.0",
"cross-env": "^7.0.3",
"mocha": "^8.3.0",
"mock-require": "^3.0.3",
"nock": "^13.0.7",
"prettier": "^2.2.1",
"sinon": "^10.0.0"
},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 7.0.0"
},
"scripts": {
"predeploy": "rimraf lambda.zip && npm ci --production && bestzip lambda.zip ./*",
"test": "cross-env NODE_ENV=test mocha --recursive --exit --timeout 10000",
"verifyLockfile": "node -e \"if(require('./package-lock.json').lockfileVersion !== 2) {process.exit(1);};\""
}
}