forked from innoq/hotshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 815 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
{
"name": "hotshot",
"version": "1.1.0",
"description": "Takes screenshots of DOM elements",
"main": "app.js",
"repository": "https://github.com/innoq/hotshot",
"homepage": "https://github.com/innoq/hotshot",
"author": "Robert Glaser",
"license": "Apache 2.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"start": "node app.js",
"test": "eslint --cache ."
},
"dependencies": {
"express": "^4.18.1",
"express-negotiate": "^0.0.6",
"npm": "^8.15.1",
"puppeteer": "^16.0.0",
"raven": "^2.6.4"
},
"devDependencies": {
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
}
}