{
  "name": "query-unit-orm",
  "version": "1.1.8",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc src/index.ts --outDir execute",
    "npm-service": "tsc src/index.ts --outDir F:/后端工程化项目/npm包部署/query-unit-orm",
    "clean": "rd /s/q execute",
    "exe_start": "node local_expamles/start.js",
    "exe_mongodb": "node local_expamles/mongodb.js",
    "exe_mysql": "node local_expamles/mysql.js",
    "exe_manyTable": "node local_expamles/manyTableLink.js",
    "compare_mongodb": "node local_expamles/mongodb.js"
  },
  "author": "greatiga",
  "license": "ISC",
  "dependencies": {
    "@types/node": "^14.14.7",
    "chalk": "^4.1.0",
    "fs": "^0.0.1-security",
    "mongoose": "^5.10.18",
    "mysql": "^2.18.1"
  }
}
