{
  "name": "react-native-theme",
  "version": "2.2.0",
  "license": "BSD-3-Clause",
  "description": "React themes for PX Blue applications",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "yarn && tsc",
    "link:themes": "bash ./linkThemes.sh",
    "start": "cd demo && yarn && cd .. && yarn link:themes && cd demo && yarn start"
  },
  "dependencies": {
    "@pxblue/colors": "^2.0.0",
    "@types/react-native": "^0.60.2"
  },
  "devDependencies": {
    "typescript": "^3.7.2"
  }
}
