{
  "name": "petite-db",
  "type": "module",
  "version": "0.0.7",
  "author": "xxx",
  "license": "MIT",
  "homepage": "https://github.com/ohxxx/petite-db#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ohxxx/petite-db.git"
  },
  "bugs": {
    "url": "https://github.com/ohxxx/petite-db/issues"
  },
  "main": "dist/index.js",
  "scripts": {
    "dev": "vite",
    "test": "vitest",
    "build": "rm -rf dist && tsup"
  },
  "devDependencies": {
    "@ohxxx/eslint-config": "^0.0.4",
    "@types/node": "^18.0.0",
    "eslint": "^8.15.0",
    "tsup": "^5.12.7",
    "typescript": "^4.6.4",
    "vite": "^2.9.9"
  }
}
