{
  "name": "@dyst/native",
  "version": "0.0.5",
  "description": "Dynamic Css-in-Js styles engine, based on Emotion for React-Native",
  "license": "MIT",
  "homepage": "https://github.com/bennodev19/dynamic-styles",
  "author": "BennoDev <bennodev19@gmail.com>",
  "keywords": [
    "react-native",
    "react",
    "emotion",
    "emotionjs",
    "styles",
    "css"
  ],
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "shx rm -rf dist && rollup --c rollup.config.js",
    "dev:publish": "yalc publish",
    "dev:push": "yalc push",
    "watch:push": "tsc-watch --onSuccess \"yarn run dev:push\"",
    "prepare": "yarn run build",
    "pack": "npm pack",
    "test": "jest",
    "lint": "eslint src/**/*",
    "install:clean": "shx rm -rf dist && shx rm -rf node_modules && yarn install"
  },
  "dependencies": {},
  "peerDependencies": {
    "@emotion/native": "^11.0.0",
    "@emotion/react": "^11.5.0",
    "react": ">=16.8.0",
    "react-native": "^0.66.3"
  },
  "devDependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bennodev19/dynamic-styles"
  },
  "bugs": {
    "url": "https://github.com/bennodev19/dynamic-styles/issues"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "sideEffects": false
}
