{
  "name": "core-native",
  "version": "1.2.0",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dionshihk/core-native-framework"
  },
  "scripts": {
    "build": "node node/build.js",
    "test": "jest --config node/jest.json",
    "format": "prettier --config node/prettier.json --write \"{src,test}/**/*.{ts,tsx}\""
  },
  "devDependencies": {
    "@types/jest": "24.0.11",
    "chalk": "2.4.2",
    "fs-extra": "7.0.1",
    "jest": "24.6.0",
    "prettier": "1.16.4",
    "ts-jest": "24.0.1",
    "ts-node": "8.0.3",
    "tslint": "5.15.0",
    "tslint-react": "4.0.0",
    "typescript": "3.4.1"
  },
  "dependencies": {
    "@types/node": "11.13.0",
    "@types/react": "16.8.13",
    "@types/react-dom": "16.8.3",
    "@types/react-redux": "7.0.1",
    "@types/react-navigation": "3.0.6",
    "react-redux": "6.0.1",
    "redux": "4.0.1",
    "redux-saga": "1.0.2"
  },
  "peerDependencies": {
    "@types/node": "11.13.0",
    "@types/react": "16.8.13",
    "@types/react-dom": "16.8.3",
    "@types/react-redux": "7.0.1",
    "@types/react-navigation": "3.0.6",
    "react-redux": "6.0.1",
    "redux": "4.0.1",
    "redux-saga": "1.0.2"
  }
}
