generated from Sjj1024/PakePlus-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 694 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 694 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
{
"name": "pakeplus-ios",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"pp:worker": "node ./scripts/ppworker.cjs",
"restore": "git restore .",
"icon": "appicon app-icon.png --output-path ./PakePlus/Assets.xcassets/AppIcon.appiconset",
"merge:main": "git checkout main && git merge web3 && git push",
"build:ipa": "make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa"
},
"keywords": [
"pakeplus",
"pakeplus-android"
],
"author": "1024小神",
"license": "ISC",
"dependencies": {
"commander": "^13.1.0",
"fs-extra": "^11.3.0",
"sharp": "^0.34.1"
}
}