-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 990 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": "playwright-with-cucumber-wrapper",
"version": "1.0.0",
"description": "Playwright with cucumber wrapper",
"main": "index.js",
"scripts": {
"start": "node scripts/test.js",
"timetravel": "node scripts/test-ui.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edibImamovic/playwright-with-cucumber-wrapper.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/edibImamovic/playwright-with-cucumber-wrapper/issues"
},
"homepage": "https://github.com/edibImamovic/playwright-with-cucumber-wrapper#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"axios": "^1.6.2",
"dotenv": "16.3.1",
"eslint": "^8.55.0",
"monocart-reporter": "^1.7.13",
"nodemon": "^3.0.2",
"npm-run-all": "^4.1.5",
"playwright-bdd": "^5.5.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
}
}