-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1009 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
30
31
32
33
34
{
"name": "communauto-flex-webnotifier",
"version": "1.12.2",
"description": "Look for close-by Communauto flex cars and get an alert ========================================================",
"main": "app.js",
"scripts": {
"start": "node backend/server.mjs",
"test": "playwright test",
"postinstall": "playwright install chromium"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeromelefeuvre/communauto-flex-webnotifier.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/jeromelefeuvre/communauto-flex-webnotifier/issues"
},
"homepage": "https://github.com/jeromelefeuvre/communauto-flex-webnotifier#readme",
"devDependencies": {
"@playwright/test": "^1.58.2",
"babel-plugin-istanbul": "^7.0.1",
"monocart-reporter": "^2.10.0",
"nyc": "^17.1.0",
"playwright": "^1.58.2"
},
"dependencies": {
"dotenv": "^17.3.1",
"web-push": "^3.6.7"
}
}