{
  "name": "@gocodingnow/rn-tamagui-boilerplate",
  "version": "0.0.4",
  "description": "React Native + Tamagui Boilerplate",
  "author": "I Le - Kevin <ild.freelancer@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ildfreelancer/rn-tamagui-boilerplate.git"
  },
  "bugs": {
    "url": "https://github.com/ildfreelancer/rn-tamagui-boilerplate/issues"
  },
  "main": "post-init-script.js",
  "license": "MIT",
  "files": [
    "template",
    "template.config.js"
  ],
  "keywords": [
    "starter-kit",
    "gocodingnow",
    "react-native",
    "typescript",
    "jest",
    "template",
    "tamagui",
    "boilerplate"
  ],
  "homepage": "https://github.com/ildfreelancer/rn-tamagui-boilerplate#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.2.0",
    "@commitlint/config-conventional": "^17.2.0",
    "@commitlint/cz-commitlint": "^17.2.0",
    "@commitlint/prompt-cli": "^17.2.0",
    "commitizen": "^4.2.5",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^8.0.1"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  }
}
