hive-db
Version:
A peristant database for impressive storage and easy functionality
38 lines (36 loc) • 784 B
JSON
{
"name": "hive-db",
"version": "2.1.0",
"description": "A peristant database for impressive storage and easy functionality",
"main": "index.js",
"homepage": "https://github.com/Rhydderchc/hive-db",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"database",
"discord",
"hive-db",
"hive",
"db",
"discord.js",
"discord database",
"mongo",
"mongoose",
"mongodb",
"orm",
"pg",
"postgres"
],
"author": "Adonis Woah <rudimemtaryofficial@gmail.com>",
"license": "ISC",
"dependencies": {
"@types/pg": "^7.14.11",
"axios": "^0.20.0",
"better-sqlite3": "^7.1.2",
"chalk": "^4.1.0",
"lodash": "^4.17.20",
"mongoose": "^5.11.15",
"pg": "^8.6.0"
}
}