{
  "name": "@brandingbrand/code-core",
  "version": "12.1.0",
  "description": "core tools for Flagship Code react-native application",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/brandingbrand/flagship"
  },
  "bugs": "https://github.com/brandingbrand/flagship/issues",
  "homepage": "https://brandingbrand.github.io/flagship/en/packages/core",
  "keywords": [
    "react-native",
    "flagship code"
  ],
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "module": "dist/index.module.js",
  "files": [
    "dist",
    "assets/template"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "microbundle --target node --format cjs,esm --tsconfig tsconfig.build.json --no-sourcemap",
    "dev": "microbundle watch --target node --format cjs,esm --tsconfig tsconfig.build.json"
  },
  "sideEffects": false,
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@expo/spawn-async": "^1.7.0",
    "@types/fs-extra": "^9.0.13",
    "cli-spinners": "^2.7.0",
    "cli-table": "^0.3.11",
    "deepmerge": "^4.2.2",
    "ejs": "^3.1.8",
    "fastq": "^1.13.0",
    "fast-xml-parser": "^4.1.0",
    "fs-extra": "^10.1.0",
    "glob": "^8.0.3",
    "lodash": "^4.17.21",
    "log-update": "^4.0.0",
    "rimraf": "^2.7.1",
    "simple-plist": "^1.3.1",
    "xcode": "^3.0.1"
  },
  "devDependencies": {
    "@types/cli-table": "^0.3.1",
    "@types/ejs": "^3.1.1",
    "@types/glob": "^8.0.0",
    "@types/lodash": "^4.14.191",
    "@types/rimraf": "^3.0.2"
  }
}
