{
  "name": "@asla/yoursql",
  "version": "0.14.0",
  "description": "",
  "keywords": [
    "sql"
  ],
  "license": "MIT",
  "author": {
    "name": "Eavid",
    "url": "https://github.com/eavidy"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/asnowc/yoursql"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*d.ts"
  ],
  "type": "module",
  "types": "./dist/mod.d.ts",
  "exports": {
    ".": "./dist/sql_gen/mod.js"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "ci:test": "vitest run",
    "ci:build": "tsc -p tsconfig.lib.json",
    "build": "tsc -p tsconfig.lib.json",
    "test": "vitest",
    "type:check": "tsc -p tsconfig.lib.json --noEmit && tsc -p tsconfig.node.json --noEmit",
    "publish-check": "deno publish --dry-run --allow-dirty"
  },
  "devDependencies": {
    "@types/node": "^25.6.2",
    "oxfmt": "^0.48.0",
    "tslib": "^2.8.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.11",
    "vitest": "^4.1.5"
  },
  "engines": {
    "node": ">=18"
  },
  "packageManager": "pnpm@11.0.9"
}
