forked from NSRingo/Maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.63 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.63 KB
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
56
57
{
"name": "@iringo/geoservices",
"organizationName": " iRingo",
"displayName": " iRingo: 🗺️ Maps",
"description": "自定义 Maps app\n添加国际版功能\n自定义服务版本",
"homepage": "https://NSRingo.github.io/guide/GeoServices/maps",
"openUrl": "http://boxjs.com/#/app/iRingo.Maps",
"icon": "https://developer.apple.com/assets/elements/icons/maps/maps-128x128.png",
"keywords": [],
"contributors": [
"VirgilClyne[https://github.com/VirgilClyne]"
],
"system": [
"iOS",
"iPadOS",
"macOS"
],
"systemVersion": 15,
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/NSRingo/GeoServices.git"
},
"directories": {
"example": "example"
},
"scripts": {
"dev:vercel": "npx vercel dev",
"dev:wrangler": "npx wrangler dev",
"deploy:vercel": "npx vercel deploy --prod",
"deploy:wrangler": "npx wrangler deploy --minify",
"serve": "webpack serve",
"build": "rspack build",
"build:dev": "rspack build -c rspack.dev.config.js --mode=development",
"build:args": "arguments-builder build",
"build:args:workers": "arguments-builder build --config arguments-builder.workers.config.ts",
"dts": "arguments-builder dts",
"submodule": "git submodule update --remote"
},
"browserslist": [
"iOS >= 15"
],
"devDependencies": {
"@iringo/arguments-builder": "^1.8.5",
"@protobuf-ts/plugin": "^2.11.1",
"@rspack/cli": "^1.7.7",
"@rspack/core": "^1.7.7",
"node-polyfill-webpack-plugin": "^4.1.0"
},
"dependencies": {
"@biomejs/biome": "^2.4.6",
"@nsnanocat/util": "^2.2.3",
"@protobuf-ts/runtime": "^2.11.1",
"fetch-cookie": "^3.2.0",
"hono": "^4.12.5"
}
}