-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 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
{
"name": "shadow-objects-testing",
"description": "testing the shadow-objects library",
"version": "0.0.1",
"private": true,
"type": "module",
"author": {
"name": "Wolfger Schramm",
"email": "wolfger@spearwolf.de",
"url": "https://www.spearwolf.de"
},
"license": "Apache-2.0",
"scripts": {
"test": "vitest --run",
"watch": "vitest",
"update": "pnpm dlx npm-check --update"
},
"dependencies": {
"@spearwolf/eventize": "catalog:",
"@spearwolf/shadow-objects": "workspace:*"
},
"devDependencies": {
"@esm-bundle/chai": "4.3.4-fix.0",
"@playwright/test": "catalog:",
"@vitest/browser": "catalog:",
"@vitest/browser-playwright": "catalog:",
"lit-html": "catalog:",
"sinon": "catalog:",
"vitest": "catalog:"
}
}