{
  "name": "@reactgjs/renderer",
  "version": "0.0.1-beta.4",
  "main": "./dist/index.js",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json",
    "gi.d.ts"
  ],
  "repository": {
    "url": "https://github.com/react-gjs/renderer"
  },
  "description": "A React renderer for the Gnome JS. It provides components and methods allowing to use React to build native Gnome GTK applications.",
  "license": "MIT",
  "author": {
    "name": "ncpa0cpl (Szymon Bretner)",
    "email": "szymonb21@gmail.com"
  },
  "keywords": [
    "react",
    "gjs",
    "react-gjs",
    "react-gjs-renderer",
    "gnome",
    "gtk",
    "linux",
    "desktop",
    "reconciler"
  ],
  "scripts": {
    "fix:lint": "oxlint --fix ./src",
    "fix:fmt": "dprint fmt \"./src/**/*\" && dprint fmt \"./__tests__/**/*\"",
    "test:unit": "gest",
    "test:lint": "oxlint ./src",
    "test:fmt": "dprint check \"./src/**/*\" && dprint check \"./__tests__/**/*\"",
    "test:tsc": "tsc --noEmit",
    "build:types": "tsc --declaration --emitDeclarationOnly",
    "build:src": " node ./scripts/build.mjs",
    "build": "yarn build:types && yarn build:src",
    "prepare": "husky install"
  },
  "dependencies": {
    "dilswer": "^2.1.1",
    "react-reconciler": "^0.31.0",
    "react": "^19.0.0"
  },
  "devDependencies": {
    "@reactgjs/gest": "^0.6.3",
    "@types/react-reconciler": "^0.28.9",
    "@types/react": "^19.0.1",
    "dprint": "^0.47.6",
    "esbuild": "^0.24.0",
    "git-hook-tasks": "git+https://github.com/ncpa0cpl/git-hook-tasks#4215793",
    "gjs-esm-types": "^0.0.4",
    "husky": "^8.0.3",
    "oxlint": "^0.15.1",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "gjs-esm-types": "^0.0.4"
  },
  "resolutions": {
    "json5": "2.2.3"
  },
  "packageManager": "yarn@1.22.19"
}
