-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
31 lines (31 loc) · 805 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
{
"name": "@svelte-meta-tags/monorepo",
"type": "module",
"private": true,
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"preview": "pnpm -r preview",
"package": "pnpm -r package",
"check": "pnpm -r check",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test": "pnpm -r test",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@types/eslint": "^9.6.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"typescript-eslint": "^8.20.0"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "^9.15.4"
}
}