forked from webcomponents/template-shadowroot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 KB
/
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
38
39
40
41
42
43
44
{
"name": "@webcomponents/template-shadowroot",
"version": "0.2.1",
"description": "",
"main": "template-shadowroot.js",
"module": "template-shadowroot.js",
"browser": true,
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --build && rollup --config rollup.config.js",
"test": "wtr --config web-test-runner.config.mjs",
"build:watch": "tsc --build --watch",
"test:watch": "wtr --config web-test-runner.config.mjs --watch"
},
"files": [
"template-shadowroot.*",
"_implementation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/webcomponents/template-shadowroot.git"
},
"keywords": [],
"author": "Google LLC",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/webcomponents/template-shadowroot/issues"
},
"homepage": "https://github.com/webcomponents/template-shadowroot#readme",
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@types/mocha": "^10.0.1",
"@web/test-runner": "^0.15.0",
"@web/test-runner-playwright": "^0.9.0",
"rollup": "^2.79.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"tachometer": "^0.7.0",
"typescript": "^4.9.5"
}
}