Kekkai/shared/database/package.json

23 lines
527 B
JSON
Raw Permalink Normal View History

{
"name": "database",
"version": "1.0.0",
"main": "src/postgresql.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Redume/Kekkai.git"
},
"author": "Redume",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Redume/Kekkai/issues"
},
"homepage": "https://github.com/Redume/Kekkai#readme",
"description": "Database management service",
"dependencies": {
"pg": "^8.12.0"
}
}