milodb
Version:
Fast encrypted JSON database with AI-friendly API
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "milodb",
"version": "2.0.0",
"main": "dist/milodb.js",
"types": "dist/milodb.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"server": "node dist/server-cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["database", "json", "encryption", "nosql", "ai", "serverless", "typescript", "nextjs", "vercel", "file-database", "embedded-database"],
"author": "Your Name",
"repository": {
"type": "git",
"url": "https://github.com/yourusername/milodb.git"
},
"bugs": {
"url": "https://github.com/yourusername/milodb/issues"
},
"homepage": "https://github.com/yourusername/milodb#readme",
"license": "MIT",
"description": "Fast encrypted JSON database with AI-friendly API",
"dependencies": {
"commander": "^12.1.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"inquirer": "^12.1.0"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
},
"bin": {
"milodb": "./dist/cli.js"
},
"preferGlobal": true
}