{
  "license": "MIT",
  "engines": {
    "node": ">=20.19.0"
  },
  "packageManager": "yarn@1.22.22",
  "name": "shakl",
  "description": "A utility to create styled components in React Native.",
  "version": "1.1.0",
  "main": "lib/index.js",
  "react-native": "lib/rn.js",
  "types": "lib/rn.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sonaye/shakl.git"
  },
  "peerDependencies": {
    "react": ">=16.3.0",
    "react-native": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.24.3",
    "@babel/preset-react": "^7.25.9",
    "@emotion/native": "^11.11.0",
    "@emotion/react": "^11.11.4",
    "@exodus/eslint-config-exodus": "^1.3.1",
    "@exodus/prettier": "^1.0.0",
    "@testing-library/react-native": "^12.4.5",
    "@tsconfig/react-native": "^3.0.5",
    "@types/react": "^18.3.11",
    "babel-jest": "^29.7.0",
    "benchmark": "2.1.4",
    "emotion": "9.2.6",
    "eslint": "^9.13.0",
    "jest": "^29.7.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "microtime": "^3.1.1",
    "prettier": "^3.3.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-native": "^0.73.6",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-reanimated": "^3.8.1",
    "react-test-renderer": "18.2.0",
    "rollup": "^4.13.2",
    "styled-components": "6.1.8",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "test:all": "yarn test && yarn test:types",
    "test": "jest /test",
    "test:types": "tsc -p tsconfig.test.json",
    "lint": "eslint",
    "coverage": "yarn test --coverage",
    "postcoverage": "open -a Chrome coverage/lcov-report/index.html",
    "benchmark": "jest /benchmark",
    "postbenchmark": "open -a Chrome benchmark/chart/index.html",
    "prebuild": "rm -rf lib",
    "build": "tsc",
    "prepublishOnly": "yarn build"
  },
  "files": [
    "lib"
  ],
  "prettier": "@exodus/prettier",
  "resolutions": {
    "eslint-plugin-sonarjs": "3.0.2"
  }
}
