{
  "name": "babel-plugin-transform-react-jsx-to-rn-stylesheet",
  "version": "4.2.1",
  "description": "Transform stylesheet selector to style in JSX Elements.",
  "author": "O2Team",
  "license": "MIT",
  "main": "dist/index.js",
  "bugs": {
    "url": "https://github.com/NervJS/taro/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "homepage": "https://github.com/NervJS/taro#readme",
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "camelize": "^1.0.1",
    "taro-css-to-react-native": "4.2.1"
  },
  "devDependencies": {
    "@babel/core": "7.24.4",
    "@types/babel__core": "7.20.5",
    "babel-plugin-syntax-jsx": "6.18.0"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "scripts": {
    "prod": "pnpm run build",
    "prebuild": "pnpm run clean",
    "clean": "rimraf ./dist",
    "test": "vitest run",
    "test:ci": "vitest run --coverage",
    "dev": "tsc -w",
    "build": "tsc"
  }
}