-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.53 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
54
55
{
"name": "weatherkit",
"organizationName": " iRingo",
"displayName": " iRingo: 🌤 WeatherKit",
"description": "iOS 18 & macOS 15 & watchOS 11\n1.解锁全部天气功能\n2.替换空气质量数据\n3.添加下一小时降水数据",
"homepage": "https://NSRingo.github.io/guide/Weather/weather-kit",
"openUrl": "http://boxjs.com/#/app/iRingo.WeatherKit",
"icon": "https://developer.apple.com/assets/elements/icons/weatherkit/weatherkit-128x128.png",
"keywords": [],
"contributors": [
"VirgilClyne[https://github.com/VirgilClyne]",
"WordlessEcho[https://github.com/WordlessEcho]"
],
"system": [
"iOS",
"iPadOS",
"macOS",
"watchOS"
],
"systemVersion": 18,
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/NSRingo/WeatherKit.git"
},
"directories": {
"example": "example"
},
"scripts": {
"dev": "npm-run-all --parallel build:dev sgmoudle:dev",
"serve": "webpack serve",
"build": "rspack build",
"build:dev": "rspack build -c rspack.dev.config.js --mode=development",
"sgmoudle:dev": "sgmoudle dev",
"build:args": "arguments-builder build",
"dts": "arguments-builder dts"
},
"browserslist": [
"iOS >= 18"
],
"devDependencies": {
"@iringo/arguments-builder": "^1.8.5",
"@iringo/sgmoudle-tools": "^1.2.1",
"@rspack/cli": "^1.0.11",
"@rspack/core": "^1.0.11",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.4"
},
"dependencies": {
"@nsnanocat/util": "^1.6.4",
"flatbuffers": "^24.3.25",
"node-polyfill-webpack-plugin": "^4.0.0"
}
}