forked from kobe-koto/EdgeSub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 860 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 860 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
{
"name": "edge-sub",
"type": "module",
"version": "1.0.0",
"license": "AGPL-3",
"author": "kobe-koto",
"homepage": "https://github.com/kobe-koto/EdgeSub",
"scripts": {
"dev": "wrangler pages dev ./",
"dev:frontend": "astro dev",
"build:frontend": "astro build",
"generate-types": "wrangler types ./types/worker-configuration.d.ts",
"type-check": "generate-types && tsc"
},
"dependencies": {
"@astrojs/sitemap": "3.2.1",
"@iconify-json/iconoir": "^1.2.7",
"astro": "5.4.1",
"astro-compress": "^2.3.6",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"generate-password": "^1.7.1",
"ini": "^5.0.0",
"js-sha256": "^0.11.0",
"js-yaml": "^4.1.0",
"sass": "^1.85.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9"
},
"trustedDependencies": [
"@parcel/watcher"
]
}