-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 808 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
{
"name": "pomodoro",
"version": "1.0.0",
"description": "**Own your time, own your data.**",
"main": "sw.js",
"scripts": {
"test": "PLAYWRIGHT_BROWSERS_PATH=0 npx playwright test tests/smoke.spec.js",
"test:all": "PLAYWRIGHT_BROWSERS_PATH=0 npx playwright test",
"screenshots": "PLAYWRIGHT_BROWSERS_PATH=0 npx playwright test tests/screenshots.spec.js",
"serve": "npx serve . -l 3000 -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShugKnight24/pomodoro.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShugKnight24/pomodoro/issues"
},
"homepage": "https://github.com/ShugKnight24/pomodoro#readme",
"devDependencies": {
"@playwright/test": "^1.58.2",
"serve": "^14.2.6"
}
}