{
  "name": "sql-easy-builder",
  "version": "3.4.0",
  "description": "SQL easy builder",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": "https://github.com/yefei/sql-easy-builder",
  "author": "YeFei",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf dist && tsc",
    "prepack": "npm run build",
    "t1": "ts-node test/t1.ts",
    "test": "ts-mocha test/test.ts"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.10",
    "@types/node": "^18.19.130",
    "mocha": "^10.8.2",
    "rimraf": "^3.0.2",
    "ts-mocha": "^10.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  }
}
