-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 727 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
{
"name": "anmeldung-berlin",
"version": "0.0.1",
"description": "This app will find and book any [service.berlin.de](https://service.berlin.de) appointment that can be booked online.",
"scripts": {
"start": "npx playwright test --project=appointment",
"debug": "LOGLEVEL=debug npx playwright test --headed --trace=on --project=appointment"
},
"author": "Daniel Cortez Stevenson",
"license": "MIT",
"dependencies": {
"@playwright/test": "^1.40.1",
"bluebird": "^3.7.2",
"mailslurp-client": "^15.17.4",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "2.8.7"
},
"engine": {
"node": ">=17.0.0"
}
}