-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 1004 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
31
32
33
34
35
36
37
38
39
40
{
"name": "svelte-hmr-monorepo",
"private": true,
"description": "Bundler agnostic HMR utils for Svelte 3",
"license": "ISC",
"homepage": "https://github.com/sveltejs/svelte-hmr",
"bugs": {
"url": "https://github.com/sveltejs/svelte-hmr/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/svelte-hmr"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": ">=7.0.0"
},
"pnpm": {
"overrides": {
"svelte-hmr": "workspace:*",
"svelte": "$svelte"
}
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@svitejs/changesets-changelog-github-compact": "^0.1.1",
"@tsconfig/svelte": "^4.0.1",
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"prettier-plugin-jsdoc": "^0.4.2",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"typescript": "^5.0.4"
},
"scripts": {
"release": "pnpm changeset publish",
"lint": "pnpm --recursive lint",
"test": "pnpm --recursive test"
}
}