{
  "name": "@platform/react",
  "version": "0.4.86",
  "description": "React refs and helpers.",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "parcel src/test.parcel/index.html",
    "test": "ts test",
    "lint": "ts lint",
    "build": "ts build --no-esm",
    "bundle": "sh script.sh/bundle.sh",
    "clean": "sh script.sh/clean.sh",
    "serve": "cd dist && serve",
    "prepare": "ts prepare"
  },
  "dependencies": {
    "@platform/css": "0.4.53",
    "@platform/util.is": "0.0.165",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "devDependencies": {
    "@types/react": "18.0.15",
    "@types/react-dom": "18.0.6",
    "@platform/polyfill": "0.0.9",
    "@platform/test": "0.3.2",
    "@platform/ts": "4.7.7",
    "parcel-bundler": "1.12.5",
    "react-inspector": "6.0.1"
  },
  "files": [
    "lib",
    "!lib/test",
    "!lib/test.parcel",
    "!*.TEST.{js, mjs, d.ts}"
  ],
  "license": "MIT"
}
