UNPKG

memoradb

Version:

A lightweight in-memory key-value store similar to Redis

31 lines (30 loc) 662 B
{ "name": "memoradb", "version": "1.0.7", "description": "A lightweight in-memory key-value store similar to Redis", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "memora": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build", "publish": "npm publish --access public" }, "keywords": [ "redis", "in-memory-db", "key-value-store", "memoradb" ], "author": "Bhavya Dang", "license": "MIT", "devDependencies": { "@types/node": "^22.13.9", "dotenv": "^16.4.7", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }