-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 941 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
39
40
41
{
"name": "@metrics-pli/core",
"description": "Get metrics from a real browser using Puppeteer and Lighthouse",
"version": "0.11.0",
"main": "dist/index.js",
"license": "MIT",
"author": "Hans Christian Reinl <info@drublic.de> (https://drublic.de)",
"repository": {
"url": "https://github.com/metrics-pli/core.git"
},
"scripts": {
"start": "ts-node __tests__/index.ts",
"lint": "tslint",
"build": "tsc",
"prepublishOnly": "yarn build"
},
"dependencies": {
"@metrics-pli/types": "^1.2.1",
"debug": "^3.1.0",
"lighthouse": "3.0.0-beta.0",
"puppeteer": "^1.3.0",
"ts-node": "^6.0.0",
"tslint": "^5.9.1",
"typescript": "^2.8.3"
},
"devDependencies": {
"@types/node": "^9.6.6"
},
"directories": {
"lib": "lib"
},
"keywords": [
"metrics",
"lighthouse",
"puppeteer",
"tests",
"chrome-headless",
"chrome",
"headless-browsers"
]
}