think-model-postgresql
Version:
PostgreSQL adapter for ThinkJS 3.x
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "think-model-postgresql",
"version": "1.1.8",
"description": "PostgreSQL adapter for ThinkJS 3.x",
"scripts": {
"test": "npm run eslint && npm run test-cov",
"test-cov": "nyc ava test/ && nyc report --reporter=html",
"eslint": "eslint ./lib",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thinkjs/think-model-postgresql.git"
},
"keywords": [
"thinkjs",
"orm",
"mysql",
"adapter",
"model"
],
"author": "lizheming",
"license": "MIT",
"bugs": {
"url": "https://github.com/thinkjs/think-model-postgresql/issues"
},
"homepage": "https://github.com/thinkjs/think-model-postgresql#readme",
"dependencies": {
"pg": "^8.5.1",
"think-debounce": "^1.0.3",
"think-helper": "^1.0.5",
"think-instance": "^1.0.1",
"think-model-abstract": "^1.0.0"
},
"devDependencies": {
"ava": "^0.19.1",
"eslint": "^4.2.0",
"eslint-config-think": "^1.0.1",
"mock-require": "^3.0.2",
"muk": "^0.5.3",
"nyc": "^10.3.0"
},
"ava": {
"require": [
"babel-register"
],
"babel": "inherit"
}
}