-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 851 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 851 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
25
{
"name": "svelte-patterns",
"type": "module",
"scripts": {
"new": "pnpm dlx jiti ./scripts/new-markdown.ts",
"lint": "prettier --check . && eslint .",
"format": "prettier --write . && eslint . --fix",
"knip": "knip",
"knip-fix": "knip --fix"
},
"devDependencies": {
"@eslint/compat": "catalog:lint",
"@eslint/js": "catalog:lint",
"@types/node": "catalog:types",
"ansis": "catalog:script",
"commander": "catalog:script",
"eslint": "catalog:lint",
"eslint-config-prettier": "catalog:lint",
"globals": "catalog:types",
"knip": "catalog:lint",
"prettier": "catalog:lint",
"typescript": "catalog:types"
},
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402"
}