{
  "name": "platformscode-new-react",
  "version": "0.1.45",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/react": "^19.1.6",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@stencil/react-output-target": "^1.0.2",
    "@platformscode/core": "0.0.52"
  },
  "scripts": {
    "test": "node ./__tests__/react-library.test.js",
    "build": "npm run tsc",
    "tsc": "tsc -p . --outDir ./dist",
    "typecheck": "tsc -p . --noEmit"
  }
}