-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "@nsringo/testflight",
"organizationName": " iRingo",
"displayName": " iRingo: ✈ TestFlight",
"description": "1.自定义TestFlight登录商店地区\n2.多账户保存及切换(需配置BoxJs使用)\n3.让通用应用在任意苹果处理器设备上可安装",
"homepage": "https://NSRingo.github.io/guide/test-flight",
"openUrl": "http://boxjs.com/#/app/iRingo.TestFlight",
"icon": "https://developer.apple.com/assets/elements/icons/testflight/testflight-128x128.png",
"keywords": [],
"contributors": [
"VirgilClyne[https://github.com/VirgilClyne]"
],
"system": [
"iOS",
"iPadOS",
"tvOS",
"macOS",
"watchOS"
],
"author": "VirgilClyne",
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/NSRingo/TestFlight.git"
},
"directories": {
"example": "example"
},
"scripts": {
"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",
"@rspack/cli": "^1.1.4",
"@rspack/core": "^1.1.4",
"node-polyfill-webpack-plugin": "^4.0.0"
},
"dependencies": {
"@nsnanocat/url": "^1.2.4",
"@nsnanocat/util": "^1.8.8"
}
}