-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
53 lines (53 loc) · 1.42 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
45
46
47
48
49
50
51
52
53
{
"name": "@dualsubs/universal",
"organizationName": "🍿️ DualSubs",
"displayName": "🍿️ DualSubs: 🔣 Universal",
"description": "流媒体平台字幕增强及双语模块\n如需恢复TV完整支持\n请配合“ iRingo: 📺 TV”使用",
"homepage": "https://DualSubs.github.io/guide/universal",
"openUrl": "http://boxjs.com/#/app/DualSubs.Universal",
"icon": "https://github.com/DualSubs/Universal/raw/main/src/assets/icon_rounded.png",
"keywords": [],
"contributors": [
"VirgilClyne[https://github.com/VirgilClyne]"
],
"system": [
"iOS",
"iPadOS",
"macOS",
"tvOS"
],
"systemVersion": 15,
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/DualSubs/Universal.git"
},
"directories": {
"example": "example"
},
"scripts": {
"serve": "webpack serve",
"build": "rspack build",
"build:dev": "rspack build -c rspack.dev.config.js --mode=development",
"build:args": "arguments-builder build",
"dts": "arguments-builder dts"
},
"browserslist": [
"iOS >= 15"
],
"devDependencies": {
"@iringo/arguments-builder": "^1.8.5",
"@protobuf-ts/plugin": "^2.9.4",
"@rspack/cli": "^1.0.11",
"@rspack/core": "^1.0.11",
"node-polyfill-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@nsnanocat/url": "^1.2.4",
"@nsnanocat/util": "^1.7.6",
"@protobuf-ts/runtime": "^2.9.4",
"crypto-js": "^4.2.0",
"text-encoding": "^0.7.0"
}
}