-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 622 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 622 Bytes
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
{
"name": "grab-sledilnik-social-post",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon index.js",
"test": "node test.js"
},
"keywords": [],
"dependencies": {
"chrome-aws-lambda": "^10.1.0",
"puppeteer-core": "^11.0.0"
},
"devDependencies": {
"dotenv": "^10.0.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.14",
"prettier": "^2.4.1",
"puppeteer": "^11.0.0"
},
"engines": {
"node": "18.x",
"npm": "Please use yarn",
"yarn": "1.22.x"
}
}