-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 951 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 951 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
{
"name": "playground-js-demos",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "npx playwright test",
"test:ui": "npx playwright test --ui",
"test:headed": "npx playwright test --headed",
"test:title": "npx playwright test tests/e2e/set-wordpress-options.spec.ts",
"start": "tsx demo-basic.ts",
"dev": "tsx watch demo-basic.ts",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"@php-wasm/universal": "^2.0.12",
"@playwright/test": "^1.55.0",
"@types/node": "^24.3.0",
"@wp-playground/blueprints": "^2.0.12",
"@wp-playground/cli": "^2.0.15",
"@wp-playground/wordpress-builds": "^0.9.19",
"fs-ext": "^2.1.1",
"prettier": "^3.6.2",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
}