forked from LocalSEOGuide/lighthouse-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 950 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": "lighthouse-master",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"mocha": "mocha --inspect",
"jest": "source .env.test; jest --watch",
"prod": "source .env; node index.js",
"local": "source .env.local; node index.js",
"testrun": "source .env.test; node index.js",
"ssh": "ssh mysql-one.us-central1-a.fastmonitor",
"instances": "gcloud compute instances list"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.0",
"colors": "^1.4.0",
"commonutils": "github:fotoflo/commonUtils",
"dotenv": "^8.6.0",
"google-spreadsheet": "^3.3.0",
"lighthouse": "5.6.0",
"mysql": "^2.18.1",
"neat-csv": "5.1.0",
"pg": "7.17.1"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"chai": "^4.2.0",
"mocha": "^7.1.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
}
}