-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 926 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
37
38
39
40
{
"name": "puppeteer-learning",
"version": "1.0.0",
"description": "puppeteer learning courses",
"main": "index.js",
"scripts": {
"test": "jest",
"report": "allure serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikonov1996/puppeteer-learning.git"
},
"keywords": [
"puppeteer",
"studying"
],
"author": "Nikonov V A",
"license": "ISC",
"bugs": {
"url": "https://github.com/nikonov1996/puppeteer-learning/issues"
},
"homepage": "https://github.com/nikonov1996/puppeteer-learning#readme",
"jest": {
"setupFilesAfterEnv": [
"jest-allure/dist/setup"
]
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"faker": "^4.1.0",
"jest": "^25.1.0",
"jest-allure": "^0.1.1",
"log4js": "^6.1.2",
"puppeteer": "^2.1.0"
}
}