{
  "name": "@nona-creative/react-native-template",
  "version": "1.0.3",
  "author": "Nona Creative <hello@nona.digital>",
  "description": "React Native Template that can be initialised with the react-native CLI tool",
  "keywords": [
    "react-native",
    "template"
  ],
  "contributors": [
    "Jonathan Arnold <jon@nona.digital>"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/Nona-Creative/nona-public-npm-packages/tree/master/packages/react-native-template",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nona-Creative/nona-public-npm-packages.git"
  },
  "main": "dist/index.js",
  "files": [
    "template",
    "template.config.js",
    "README.md",
    "LICENSE.txt"
  ],
  "scripts": {
    "postinstall": "cd template && npm i && cd ..",
    "code:lint": "cd template && npm run lint && cd ..",
    "test": "cd template && npm run test && cd ..",
    "_git:pre-commit": "CI=true npm-run-all test",
    "_git:pre-push": "CI=true npm-run-all code:lint test",
    "_test:ci": "CI=true cd template && npm run test -- --runInBand && cd .."
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "prettier --write",
      "eslint"
    ],
    "*.{json,css,scss,md}": [
      "prettier --write"
    ]
  },
  "gitHead": "c42446b8329bbddee18c16e469d0c80240487416"
}
