mabnadb
Version:
"MabnaDB" is a powerful TypeScript library designed for seamless data storage, retrieval, and management. Drawing inspiration from the efficiency of some well-known offline databases, MabnaDB offers a developer-friendly experience for handling data in you
44 lines • 1.37 kB
JSON
{
"name": "mabnadb",
"version": "1.0.3",
"description": "\"MabnaDB\" is a powerful TypeScript library designed for seamless data storage, retrieval, and management. Drawing inspiration from the efficiency of some well-known offline databases, MabnaDB offers a developer-friendly experience for handling data in your applications. Whether you are building web, mobile, or server applications, MabnaDB simplifies the process of working with data, providing a robust and flexible storage solution.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git remote add origin https://github.com/Mabna-db/mabna-db.git"
},
"keywords": [
"TypeScript",
"Database",
"Data Storage",
"PouchDB Alternative",
"NoSQL",
"Lightweight",
"Seamless Integration",
"Developer-Friendly",
"Cross-Platform",
"TypeScript Library",
"Web Development",
"Mobile Development",
"Server Applications",
"Efficient Data Management",
"JSON Documents",
"lightstorage",
"client-side",
"client-database",
"frontend-database"
],
"author": "Mostafa Saadatnia",
"license": "ISC",
"devDependencies": {
"typescript": "^5.3.3"
}
}