-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 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
{
"name": "puppeteer-nationbuilder",
"version": "0.5.5",
"description": "Puppeteer NationBuilder automation",
"author": "Tom Noogen",
"main": "src/index.js",
"license": "MIT",
"keywords": [
"javascript",
"puppeteer",
"nationbuilder"
],
"homepage": "https://github.com/niiknow/puppeteer-nationbuilder",
"repository": {
"url": "https://github.com/niiknow/puppeteer-nationbuilder.git",
"type": "git"
},
"scripts": {
"test": "DEBUG=puppeteer-nationbuilder jest --runInBand",
"lint": "eslint --ext .js,.vue src/",
"lint-fix": "eslint --fix --ext .js src/"
},
"dependencies": {
"chrome-aws-lambda": "^10.1.0",
"puppeteer-core": "^10.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.5",
"babel-jest": "^27.4.5",
"eslint": "^8.5.0",
"jest": "^27.4.5",
"js-yaml": "^4.1.0",
"puppeteer": "^10.4.0"
}
}