-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 737 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 737 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
{
"name": "shadow-objects-testing",
"description": "testing the shadow-objects library",
"version": "0.0.1",
"author": {
"name": "Wolfger Schramm",
"email": "wolfger@spearwolf.de",
"url": "https://www.spearwolf.de"
},
"license": "Apache-2.0",
"scripts": {
"update": "pnpm dlx npm-check --update",
"test": "web-test-runner \"test/**/*.test.js\" --node-resolve",
"watch": "web-test-runner \"test/**/*.test.js\" --node-resolve --watch"
},
"dependencies": {
"@spearwolf/eventize": "^4.0.2",
"@spearwolf/shadow-objects": "workspace:*"
},
"devDependencies": {
"@esm-bundle/chai": "4.3.4-fix.0",
"@web/test-runner": "^0.18.2",
"lit-html": "^3.3.2",
"sinon": "^17.0.1"
}
}