-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1013 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@root/userscripts",
"version": "0.0.0",
"description": "userscripts monorepo root",
"private": true,
"scripts": {
"build": "pnpm -r run build",
"format": "prettier -cw .",
"format-check": "prettier -l .",
"lint": "pnpm run /^lint:.*/",
"lint:tsc": "tsc -b .",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"author": "ashnel3",
"license": "GPL-3.0",
"repository": {
"url": "git@github.com:ashnel3/userscripts.git",
"type": "ssh"
},
"engines": {
"node": ">= 22",
"pnpm": ">= 11"
},
"dependencies": {
"preact": "^10",
"vite-plugin-monkey": "^8.0.6"
},
"devDependencies": {
"@iconify-json/mdi": "^1",
"@preact/preset-vite": "^2",
"@svgr/core": "^8",
"@svgr/plugin-jsx": "^8",
"@types/node": "^25",
"husky": "^9",
"prettier": "^3",
"typescript": "^6",
"unplugin-icons": "^23",
"vite": "^8",
"vite-node": "^6"
},
"packageManager": "pnpm@11.5.0"
}