forked from crisward/svelte-tag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "svelte-tag",
"version": "1.0.1",
"description": "webcomponent wrapper for svelte",
"main": "index.js",
"scripts": {
"test": "SNOWPACK_PUBLIC_NODE_ENV=test web-test-runner \"tests/*.test.js\" --coverage"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/crisward/svelte-tag.git"
},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-svelte": "^3.3.0",
"@snowpack/web-test-runner-plugin": "^0.1.4",
"@testing-library/svelte": "^3.0.0",
"@web/test-runner": "^0.9.7",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.2.0",
"mocha": "^8.2.0",
"nyc": "^15.1.0",
"snowpack": "^2.17.1",
"svelte": "^3.30.0"
},
"keywords": [
"svelte",
"webcomponent",
"slots",
"wrapper"
],
"author": "Cris Ward",
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/crisward/svelte-tag/issues"
},
"homepage": "https://github.com/crisward/svelte-tag#readme"
}