{
  "name": "react-native-style-tachyons",
  "description": "functional, maintainable styling for react-native",
  "license": "Apache-2.0",
  "version": "4.2.9",
  "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": "4.2.0",
    "@types/lodash": "4.17.15",
    "@types/react": "18.3.12",
    "color": "4.2.3",
    "css-color-names": "1.0.1",
    "lodash": "4.17.21",
    "react": "18.3.1"
  },
  "files": [
    "lib/"
  ],
  "devDependencies": {
    "@eslint/eslintrc": "3.2.0",
    "@eslint/js": "9.19.0",
    "@types/benchmark": "2.1.5",
    "@types/node": "22.13.0",
    "@types/react-test-renderer": "18.3.0",
    "@types/tape": "5.8.1",
    "benchmark": "2.1.4",
    "eslint": "9.19.0",
    "eslint-plugin-react": "7.37.4",
    "faucet": "0.0.4",
    "microtime": "3.1.1",
    "react-test-renderer": "18.3.1",
    "tape": "5.9.0",
    "ts-node": "10.9.2",
    "typescript": "5.7.3",
    "typescript-eslint": "8.22.0"
  },
  "scripts": {
    "build": "rm -Rf lib && tsc --build src",
    "lint": "eslint --fix src && eslint --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"
  }
}
