-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 904 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
{
"name": "puppeteer",
"version": "1.0.0",
"description": "An use puppeteer example",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"screenshot": "node src/screenshot.js",
"pdf": "node src/pdf.js",
"type-form": "node src/typeForm.js",
"upload-file": "node src/uploadFile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yanghting/puppteer-example.git"
},
"keywords": [
"puppeteer"
],
"author": "Luzka",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yanghting/puppteer-example/issues"
},
"homepage": "https://github.com/Yanghting/puppteer-example#readme",
"dependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"husky": "^7.0.4",
"puppeteer": "^13.0.1"
}
}