knex-mysql-global-model
Version:
easy to use mysql knex.js by global model
29 lines (28 loc) • 731 B
JSON
{
"name": "knex-mysql-global-model",
"version": "1.0.1",
"description": "easy to use mysql knex.js by global model",
"main": "src/knex-mysql-global-model.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supakjack/knex-mysql-global-model.git"
},
"keywords": [
"knex.js",
"global-model",
"knex-global-model"
],
"author": "supakjack",
"license": "MIT",
"bugs": {
"url": "https://github.com/supakjack/knex-mysql-global-model/issues"
},
"homepage": "https://github.com/supakjack/knex-mysql-global-model#readme",
"dependencies": {
"http-errors": "^1.8.0",
"knex": "^0.21.17"
}
}