-
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) · 727 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 727 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": "@web/demo-lit-element",
"version": "0.1.0",
"private": true,
"description": "Webcomponent lit-element following open-wc recommendations",
"license": "MIT",
"author": "my-element",
"main": "index.js",
"module": "index.js",
"scripts": {
"test": "web-test-runner test/**/*.test.js --coverage",
"test:watch": "web-test-runner test/**/*.test.js --watch"
},
"dependencies": {
"lit-element": "2.5.1",
"lit-html": "1.4.1"
},
"devDependencies": {
"@jsenv/importmap-node-module": "^5.1.3",
"@open-wc/testing": "2.5.33",
"@web/dev-server-import-maps": "0.0.8",
"@web/test-runner": "0.15.1",
"chai": "npm:@esm-bundle/chai@^4.3.4-fix.0",
"mocha": "^10.2.0"
}
}