-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.19 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.19 KB
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
{
"name": "danmaku-anywhere",
"version": "0.0.1",
"private": true,
"author": "Mr-Quin",
"description": "Danmaku anywhere",
"type": "module",
"keywords": [
"plex",
"danmaku",
"user script"
],
"repository": "https://github.com/Mr-Quin/danmaku-anywhere",
"scripts": {
"dev:web-app": "pnpm -r -F \"./app/web\" start",
"build": "pnpm -r build",
"build:packages": "pnpm -r -F \"./packages/**\" build",
"format": "pnpm -r -F \"./packages/**\" format",
"lint": "pnpm -r -F \"./packages/**\" lint",
"lint:ci": "pnpm -r lint:ci",
"test": "pnpm -r test run",
"type-check": "pnpm -r type-check",
"sync-changelog": "node --experimental-strip-types scripts/sync-changelog.ts Mr-Quin/danmaku-anywhere docs/src/content/docs/change-log.mdx",
"prepare": "lefthook install"
},
"devDependencies": {
"@biomejs/biome": "^2.3.7",
"@typescript/native-preview": "7.0.0-dev.20251123.1",
"lefthook": "^2.0.4",
"typescript": "^5.9.3"
},
"pnpm": {
"patchedDependencies": {
"@mui/system": "patches/@mui__system.patch"
}
},
"packageManager": "pnpm@10.11.0+sha256.a69e9cb077da419d47d18f1dd52e207245b29cac6e076acedbeb8be3b1a67bd7"
}