{
  "name": "@silentsheet/react",
  "version": "0.2.1",
  "description": "React component for silentsheet.",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/index.css": "./dist/index.css"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test:dev": "vite dev/",
    "test:build": "vite build dev/"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "@silentsheet/core": "^0.2.1",
    "react-icons": "^4.8.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.28",
    "@vitejs/plugin-react": "^4.2.1",
    "postcss": "^8.4.21",
    "tsup": "^8.0.0",
    "typescript": "^4.9.5",
    "vite": "^5.0.12"
  },
  "keywords": [
    "react",
    "notepad",
    "editor",
    "minimal",
    "component",
    "typescript"
  ],
  "author": "Hamza Saleem",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hamzasaleem2/silentsheet.git"
  },
  "bugs": {
    "url": "https://github.com/hamzasaleem2/silentsheet/issues"
  },
  "homepage": "https://github.com/hamzasaleem2/silentsheet#readme",
  "publishConfig": {
    "access": "public"
  }
}