-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
45
46
47
48
{
"name": "slotted-element-test",
"version": "1.1.1",
"description": "test for fetch-element and slotted-element",
"author": {
"name": "Sasha Firsov",
"email": "[email protected]",
"url": "https://blog.firsov.net/"
},
"homepage": "https://github.com/sashafirsov/slotted-element",
"bugs": "https://github.com/sashafirsov/slotted-element/issues",
"repository": {
"type": "git",
"url": "https://github.com/sashafirsov/slotted-element-test.git"
},
"keywords": [
"JS",
"Vanilla",
"ShadowDOM",
"Web Component",
"WebComponent"
],
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
"type": "module",
"scripts": {
"build": "bash build.sh",
"start": "web-dev-server",
"test": "bash test.sh",
"test:watch": "web-test-runner --watch"
},
"dependencies": {
"slotted-element": "^1.1.1"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.15.9",
"@open-wc/testing": "^3.1.2",
"@web/dev-server": "^0.1.30",
"@web/test-runner": "^0.13.27",
"esbuild": "^0.14.27",
"prismjs": "^1.27.0"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/sashafirsov"
}
}