{
  "name": "quicklite",
  "private": false,
  "version": "0.1.0-alpha.1",
  "description": "A lightweight ORM toolkit for SQLite in Node.js applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "docs",
    "README.md",
    "README.zh-CN.md"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\"",
    "example:query-analyzer": "node dist/examples/examples/query-analyzer-usage.js",
    "toPublish": "npm publish --registry=https://registry.npmjs.org --access=public"
  },
  "keywords": [
    "sqlite",
    "orm",
    "database",
    "sql",
    "query-builder",
    "electron",
    "jl15988"
  ],
  "author": "jl15988",
  "license": "MIT",
  "dependencies": {
    "better-sqlite3": "^11.8.1"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/node": "^18.0.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/jl15988/quicklite.git"
  },
  "bugs": {
    "url": "https://gitee.com/jl15988/quicklite/issues"
  },
  "homepage": "https://gitee.com/jl15988/quicklite#readme"
}
