{
  "name": "react-native-style-tachyons",
  "description": "functional, maintainable styling for react-native",
  "license": "Apache-2.0",
  "version": "4.2.3",
  "keywords": [
    "react",
    "react-native",
    "android",
    "ios",
    "StyleSheet",
    "style",
    "responsive",
    "mobile",
    "performance",
    "design",
    "css"
  ],
  "author": {
    "name": "Fabian Zeindl",
    "email": "fabian.zeindl@gmail.com",
    "url": "http://github.com/fab1an"
  },
  "homepage": "https://github.com/tachyons-css/react-native-style-tachyons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tachyons-css/react-native-style-tachyons.git"
  },
  "bugs": {
    "url": "https://github.com/tachyons-css/react-native-style-tachyons/issues"
  },
  "main": "lib/index.js",
  "dependencies": {
    "@types/color": "3.0.3",
    "@types/lodash": "4.14.186",
    "@types/react": "18.0.21",
    "color": "4.2.3",
    "css-color-names": "1.0.1",
    "lodash": "4.17.21",
    "react": "18.2.0"
  },
  "files": [
    "lib/"
  ],
  "devDependencies": {
    "@types/benchmark": "2.1.2",
    "@types/react-test-renderer": "18.0.0",
    "@types/tape": "4.13.2",
    "@typescript-eslint/eslint-plugin": "5.40.1",
    "@typescript-eslint/parser": "5.40.1",
    "benchmark": "^2.1.4",
    "eslint": "8.26.0",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-react": "7.31.10",
    "eslint-plugin-react-hooks": "4.6.0",
    "faucet": "0.0.3",
    "microtime": "3.1.1",
    "publish-please": "5.5.2",
    "react-test-renderer": "18.2.0",
    "tape": "5.6.1",
    "ts-node": "10.9.1",
    "typescript": "4.8.4"
  },
  "scripts": {
    "build": "rm -Rf lib && tsc --build src",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx --fix src && eslint --ext .js,.jsx,.ts,.tsx --fix test",
    "test": "npm run lint && npm run build && npm run _test",
    "_test": "ts-node --project test/tsconfig.json node_modules/tape/bin/tape test/**/*.tsx | faucet",
    "publish-please": "publish-please"
  }
}
