{
  "name": "@flexnative/theme-context",
  "version": "0.0.11",
  "description": "React ThemeContext",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "exports": {
    ".": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "react-native",
    "theme-context"
  ],
  "author": "Redon Alla",
  "license": "MIT",
  "devDependencies": {},
  "homepage": "https://redonalla.github.io/flexnative/",
  "bugs": "https://github.com/RedonAlla/flexnative/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/RedonAlla/flexnative.git",
    "directory": "npm-packages/src/packages/context/ra-theme-context"
  }
}
