-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"name": "pwa-screenshots",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"build": "tsc --project tsconfig.json",
"start": "npm run build && npx nodemon dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.6",
"archiver": "^4.0.1",
"cors": "^2.8.5",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"image-size": "^0.8.3",
"node-vibrant": "^3.1.5",
"nodemon": "^2.0.4",
"prettier": "^2.2.1",
"puppeteer": "^3.0.4",
"typescript": "^3.8.3"
},
"dependencies": {
"@types/puppeteer": "^5.4.3",
"@types/tmp": "^0.2.0",
"del": "^6.0.0",
"express": "^4.17.1",
"tmp": "^0.2.1"
}
}