-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
42
43
44
{
"name": "ostrich",
"private": true,
"version": "0.2.10",
"description": "Reposting music torrents on sites built on Gazelle and other frameworks",
"homepage": "https://github.com/davidxuang/ostrich",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "ts-patch install && typia patch"
},
"keywords": [
"tracker",
"music",
"Gazelle",
"NexusPHP"
],
"author": "davidxuang",
"license": "AGPL-3.0-only",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jquery": "^3.0.0",
"prettier": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^10.0.0",
"ts-patch": "^3.0.0",
"tslib": "^2.0.0",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vite-plugin-monkey": "^3.0.0"
},
"dependencies": {
"brotli-wasm": "^3.0.0",
"js-base64": "^3.0.0",
"typia": "^6.0.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}