forked from sveltejs/svelte-hmr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 741 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
{
"name": "svelte-hmr",
"version": "0.14.8",
"description": "Bundler agnostic HMR utils for Svelte 3",
"main": "index.js",
"author": "rixo <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/rixo/svelte-hmr",
"bugs": {
"url": "https://github.com/rixo/svelte-hmr/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rixo/svelte-hmr"
},
"files": ["index.js", "lib", "runtime"],
"peerDependencies": {
"svelte": ">=3.19.0"
},
"devDependencies": {
"@rixo/eslint-config": "^0.8.1",
"svelte": "^3.40.0",
"tap-mocha-reporter": "^5.0.1",
"zoar": "^0.3.0",
"zorax": "^0.0.12"
},
"scripts": {
"test": "zoar --pipe 'tap-mocha-reporter spec'"
}
}