{
  "name": "@jsxcss/core",
  "version": "1.3.9",
  "keywords": [
    "jsxcss",
    "react"
  ],
  "homepage": "https://jsxcss.org",
  "bugs": "https://github.com/jsxcss/react/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/jsxcss/react.git",
    "directory": "packages/react"
  },
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./esm/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "esm"
  ],
  "devDependencies": {
    "@types/node": "^18.11.9",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.9",
    "eslint": "^8.33.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^3.5.1",
    "typescript": "^4.9.5",
    "@jsxcss/babel": "0.0.0-development",
    "@jsxcss/eslint-config": "0.0.0",
    "@jsxcss/rollup": "0.0.0-development",
    "@jsxcss/tsconfig": "0.0.0-development"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17 || ^18"
  },
  "publishConfig": {
    "access": "public",
    "import": "esm/index.mjs"
  },
  "scripts": {
    "build": "rm -rf dist esm && tsc -p tsconfig.json --declaration --emitDeclarationOnly --declarationDir dist && rollup -c rollup.config.js",
    "lint": "eslint \"**/*.ts*\"",
    "test": "echo \"Error: no test specified\"",
    "type:check": "tsc --noEmit"
  },
  "module": "esm/index.mjs",
  "types": "dist/index.d.ts"
}