-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 KB
/
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": "listify",
"version": "0.1.0",
"description": "Comprehansive Listing App",
"scripts": {
"start": "php -S localhost:8000",
"test": "playwright test",
"test:debug": "playwright test --debug",
"test:firefox": "playwright test --browser firefox",
"test:chromium": "playwright test --browser chromium",
"test:webkit": "playwright test --browser webkit",
"test:headful": "playwright test --headed",
"test:headless": "playwright test --headless",
"test:slow": "playwright test --slow-mo 1000",
"test:video": "playwright test --video",
"test:trace": "playwright test --trace",
"text:ui": "playwright test --ui"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sahillangoo/listify-php.git"
},
"keywords": [
"listify",
"listing",
"app",
"php",
"mysql",
"bootstrap"
],
"author": "Sahil Langoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/sahillangoo/listify-php/issues"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"playwright": "^1.37.1"
}
}