database-proxy
Version:
Through a set of access control rules configuration database access to realize the client directly access the database via HTTP.
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "database-proxy",
"version": "1.0.0",
"description": "Through a set of access control rules configuration database access to realize the client directly access the database via HTTP.",
"main": "./dist",
"scripts": {
"test-all": "mocha tests/**/*test.js",
"test-units": "mocha tests/units/**",
"test": "npm run test-units",
"build": "tsc -p tsconfig.json",
"watch": "tsc -w",
"prepublishOnly": "npm run build",
"lint": "eslint . --fix --ext .ts --ext .js"
},
"keywords": [
"BaaS",
"cloud",
"mongo",
"mysql",
"acl",
"serverless"
],
"repository": {
"type": "git",
"url": "git+https://github.com/labring/laf.git"
},
"author": "maslow(wangfugen@126.com)",
"license": "ISC",
"dependencies": {
"database-ql": "^1.0.0",
"mongodb": "^5.9.2",
"mysql2": "^2.2.5",
"validator": "^13.7.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/validator": "^10.11.3",
"mocha": "^9.0.2",
"typescript": "^5.3.3"
},
"lint-staged": {
"*.{ts,js}": "eslint --fix"
},
"gitHead": "22aa4d5eaa5490ab43d0571e65b30993187dea12"
}