{
    "name": "hypertoxin",
    "version": "0.2.2",
    "registry": "github",
    "description": "A themeable ReactNative component library for developing native apps",
    "authors": [
        "Tuan Le <tuan.t.lei@gmail.com> (https://github.com/tuantle)"
    ],
    "license": "MIT",
    "homepage": "https://github.com/tuantle/hypertoxin",
    "repository": {
        "type": "git",
        "url": "https://github.com/tuantle/hypertoxin.git"
    },
    "keywords": [
        "hypertoxin",
        "android",
        "ios",
        "library",
        "mobile",
        "material",
        "themeable",
        "customizable",
        "react-native",
        "component",
        "component-lib",
        "component-library",
        "ui",
        "uikit"
    ],
    "bugs": {
        "url": "https://github.com/tuantle/hypertoxin/issues"
    },
    "engines": {
        "node": ">=9.x",
        "npm": ">=5.x"
    },
    "main": "src/hypertoxin.js",
    "directories": {
        "lib": "src"
    },
    "jest": {
        "preset": "react-native"
    },
    "peerDependencies": {
        "react": ">=16.8.x",
        "react-native": ">=0.59.x",
        "prop-types": ">=15.7.x"
    },
    "dependencies": {
        "react-native-animatable": ">=1.3.x"
    },
    "devDependencies": {
        "@babel/core": "^7.4.5",
        "@babel/preset-env": "^7.4.5",
        "@babel/preset-react": ">=7.0.x",
        "babel-eslint": "^10.0.2",
        "babel-jest": "^24.8.0",
        "eslint": "^6.0.1",
        "eslint-plugin-react": "^7.14.2",
        "eslint-plugin-react-native": ">=3.7.x",
        "jest": "^24.8.0",
        "metro-react-native-babel-preset": "^0.54.1",
        "prop-types": ">=15.7.x",
        "react": ">=16.8.x",
        "react-native": "^0.59.10",
        "react-test-renderer": ">=16.8.x"
    },
    "scripts": {
        "start-unit-tests": "NODE_ENV=development jest ./__tests__/test-suites"
    }
}
