generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "screenshots-ci-action",
"version": "2.0.0",
"description": "Github Actions to screenshots website",
"main": "index.js",
"scripts": {
"lint": "node ./node_modules/eslint/bin/eslint.js index.js --fix",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && npm run lint && ncc build index.js -o dist -m",
"postinstall": "node-prune",
"prepare": "husky install"
},
"keywords": [
"GitHub",
"Actions",
"screenshot"
],
"author": "GitHub",
"license": "MIT",
"bugs": {
"url": "https://github.com/flameddd/screenshots-ci-action"
},
"homepage": "https://github.com/flameddd/screenshots-ci-action",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^5.0.3",
"@actions/io": "^1.1.2",
"node-telegram-bot-api": "^0.57.0",
"puppeteer": "^14.1.1"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"prettier": "^2.6.2"
}
}