{
  "name": "@native-html/css-processor",
  "version": "2.0.1",
  "description": "An inline CSS processor to translate CSS properties to React Native styles.",
  "main": "lib/commonjs/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/",
  "files": [
    "lib",
    "src"
  ],
  "homepage": "https://github.com/native-html/render/tree/main/packages/css-processor#readme",
  "bugs": {
    "url": "https://github.com/native-html/render/issues"
  },
  "author": "Jules Sam. Randolph <jules.sam.randolph@gmail.com> (https://github.com/jsamr)",
  "license": "MIT",
  "keywords": [
    "react-native",
    "@native-html/render",
    "CSS"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/native-html/render.git",
    "directory": "packages/css-processor"
  },
  "scripts": {
    "test": "yarn test:jest && yarn test:ts && yarn test:lint",
    "test:jest": "jest src/",
    "test:ts": "tsc --noEmit",
    "test:lint": "eslint --ext ts,tsx src/",
    "build": "bob build",
    "prepack": "yarn run build"
  },
  "dependencies": {
    "css-to-react-native": "^3.2.0",
    "csstype": "^3.1.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.28.4",
    "@babel/plugin-transform-react-jsx": "^7.27.1",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-typescript": "^7.27.1",
    "@babel/runtime": "^7.28.4",
    "@types/jest": "^29.5.14",
    "@types/react": "~19.1.0",
    "@types/react-native": "^0.73.0",
    "babel-jest": "^29.7.0",
    "change-case": "^5.4.4",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "prettier": "^3.6.2",
    "react": "19.1.0",
    "react-native-builder-bob": "^0.40.13",
    "typescript": "^5.4.5"
  },
  "peerDependencies": {
    "@types/react": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "aeeeb588d21dcd2d0897de58f1ece38bfcd7216b"
}
