-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 KB
/
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
41
{
"name": "userscripts",
"version": "0.0.8",
"private": true,
"description": "A monorepo of UserScript I bring about.",
"homepage": "https://github.com/mogeko/userscripts",
"repository": "github:mogeko/userscripts",
"author": {
"name": "Zheng Junyi",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/mogeko/userscripts/issues",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"build": "turbo run build && pnpm run pkg",
"test": "turbo run test",
"cov": "turbo run cov",
"pkg": "vite-node ./scripts/pack.ts",
"lint": "biome check",
"fmt": "biome check --write",
"changeset": "changeset"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@types/node": "^22.10.2",
"glob": "^11.0.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vite-node": "^2.1.8"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.1.0",
"pnpm": ">=8.3.1"
}
}