-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 854 Bytes
/
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
{
"name": "webcomponent-constructor",
"version": "0.8.2",
"description": "A tool for creating web components that automatically implement best practices.",
"main": "main.ts",
"scripts": {
"test": "wtr",
"test:watch": "wtr --watch",
"publish": "git push"
},
"type": "module",
"keywords": [
"web-components",
"javascript",
"typescript",
"nanostores",
"immer"
],
"author": "lippiece",
"license": "ISC",
"dependencies": {
"immer": "^10.0.3",
"lit": "^3.1.0",
"nanostores": "^0.9.5"
},
"devDependencies": {
"@esm-bundle/chai": "4.3.4-fix.0",
"@open-wc/testing": "^4.0.0",
"@types/mocha": "^10.0.6",
"@web/dev-server-esbuild": "^1.0.1",
"@web/test-runner": "^0.18.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
"eslint-config-adjunct": "^4.12.2"
}
}