{
  "name": "refina",
  "version": "0.6.1",
  "description": "An extremely refined web framework.",
  "keywords": [
    "refina",
    "framework",
    "web",
    "typescript"
  ],
  "files": [
    "src",
    "dist",
    "tsconfig.json",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./*": "./*"
  },
  "author": "_Kerman",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KermanX/refina"
  },
  "readme": "https://github.com/KermanX/refina#readme",
  "bugs": "https://github.com/KermanX/refina/issues",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.4.2",
    "vite": "^4.5.2",
    "@refina/tsconfig": "^0.6.0",
    "vite-plugin-refina": "^0.6.0"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "build": "vite build",
    "dev": "vite build --watch"
  }
}