-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 805 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 805 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
{
"name": "blapy2",
"version": "2.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test:units": "vitest tests/units",
"test:e2e": "playwright test tests/e2e",
"build": "vite build",
"build:watch": "nodemon --watch src --ext js --exec \"pnpm vite build\"",
"ws": "nodemon demos/websocket/server.js"
},
"keywords": [],
"author": "E.PODVIN",
"license": "DonationWare",
"devDependencies": {
"@eslint/js": "^9.32.0",
"@eslint/json": "^0.13.1",
"@eslint/markdown": "^7.1.0",
"@playwright/test": "^1.54.2",
"eslint": "^9.32.0",
"globals": "^16.3.0",
"playwright": "^1.54.2",
"terser": "^5.43.1",
"vite": "^7.0.6",
"vitest": "^3.2.4",
"jsdom": "latest"
},
"dependencies": {
"vite-plugin-banner": "^0.8.1"
}
}