aikodb
Version:
AikoDB, JSON database module for simple and easy use, ideal for Discord bots.
33 lines (31 loc) • 662 B
JSON
{
"name": "aikodb",
"version": "1.1.8",
"description": "AikoDB, JSON database module for simple and easy use, ideal for Discord bots.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"database",
"json",
"discord",
"discord-bot",
"data-storage",
"key-value",
"simple-db",
"nodejs",
"npm-package",
"aikodb",
"json-db"
],
"author": "fu-w",
"license": "MIT",
"bugs": {
"url": "https://github.com/furkibuu/aiko-db/issues"
},
"homepage": "https://github.com/furkibuu/aiko-db#readme",
"dependencies": {
"path": "^0.12.7"
}
}