make-ios
Version:
Create iOS apps with Tuist
57 lines • 1.1 kB
JSON
{
"name": "make-ios",
"version": "1.0.3",
"description": "Create iOS apps with Tuist",
"keywords": [
"ios",
"swift",
"tuist",
"template",
"swiftui",
"uikit",
"mobile",
"app"
],
"homepage": "https://github.com/nine-piece/make-ios",
"bugs": {
"url": "https://github.com/nine-piece/make-ios/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nine-piece/make-ios.git"
},
"license": "MIT",
"author": "Your Name",
"type": "module",
"bin": {
"make-ios": "./bin/make-ios.js",
"mios": "./bin/make-ios.js"
},
"main": "./create-app.js",
"files": [
"bin",
"templates",
"scripts",
"tuist",
"setup.sh",
"LICENSE",
"README.md",
"README_ko.md"
],
"scripts": {
"test": "echo \"No tests yet\"",
"prepublishOnly": "node scripts/prepare-publish.js"
},
"dependencies": {
"commander": "^11.1.0",
"execa": "^8.0.1",
"fs-extra": "^11.2.0"
},
"devDependencies": {},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
}
}