-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.2 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": "webshot-factory",
"version": "0.5.5",
"description": "screenshots at scale based on headless chrome",
"main": "dist/index.js",
"types": "dist/declarations/index.d.ts",
"scripts": {
"test": "npm run build",
"build": "tsc -p .",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashubham/webshot-factory.git"
},
"keywords": [
"webshot",
"headless",
"chrome",
"screenshot"
],
"author": "ashish.shubham@thoughtspot.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashubham/webshot-factory/issues"
},
"homepage": "https://github.com/ashubham/webshot-factory#readme",
"dependencies": {
"bluebird": "^3.5.0",
"death": "^1.1.0",
"eventemitter3": "^2.0.3",
"express": "^4.16.1",
"internal-ip": "^3.0.0",
"lodash": "^4.17.4",
"log4js": "^1.1.1",
"puppeteer": "^1.0.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.11",
"@types/express": "^4.0.37",
"@types/jasmine": "^2.6.0",
"@types/lodash": "^4.14.74",
"@types/log4js": "0.0.33",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.5.2",
"vrsource-tslint-rules": "^5.1.1"
}
}