{
	"name": "@flownet/lib-to-ios-app",
	"version": "0.3.16",
	"files": [
		"dist/*",
		"fnet/input.yaml",
		"fnet/output.yaml"
	],
	"main": "dist/default/esm/index.js",
	"type": "module",
	"exports": {
		".": {
			"import": "./dist/default/esm/index.js",
			"require": "./dist/default/cjs/index.cjs"
		}
	},
	"repository": {
		"type": "git",
		"url": "https://gitlab.com/fnetai/lib-to-ios-app.git"
	},
	"license": "MIT",
	"dependencies": {
		"@flownet/lib-create-ios-icons": "^0.2",
		"@flownet/lib-create-ios-launch-screens": "^0.2",
		"@flownet/lib-render-templates-dir": "^0.1",
		"@fnet/args": "^0.1",
		"@fnet/shelljs": "^0.2",
		"@fnet/xcode-cert-inspector": "^0.1"
	},
	"bin": {
		"fnet-to-iosapp": "dist/cli/esm/index.js"
	},
	"scripts": {
		"serve": "npx serve ."
	}
}