-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 674 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"type": "module",
"scripts": {
"clean": "git add * && git clean -dfx -e node_modules",
"format": "prettier --write .",
"check": "pnpm run \"/^check:.*/\"",
"check:style": "prettier --check .",
"check:workspace": "pnpm --filter \"./workspace/*\" check",
"test": "pnpm --filter \"./workspace/*\" test"
},
"packageManager": "pnpm@10.15.1",
"prettier": "mauss/prettier.config.js",
"devDependencies": {
"@types/node": "^24.3.0",
"dts-buddy": "^0.6.2",
"mauss": "^0.10.7",
"prettier": "^3.6.2",
"prettier-plugin-sort-package-json": "^1.1.0",
"prettier-plugin-svelte": "^3.4.0",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}
}