{
  "name": "@bookbox/core",
  "version": "0.4.0",
  "description": "Bookbox — e-book format",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./dist/*": "./dist/*"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "vite build",
    "dev": "onchange -d 5000 'src/**/*' -- npm run build",
    "test": "vitest"
  },
  "keywords": [
    "bookbox",
    "book",
    "format",
    "e-book"
  ],
  "author": "Alexandr Nikolaichev",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.15.30",
    "onchange": "^7.1.0",
    "typescript": "^5.8.3",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.3"
  }
}
