UNPKG

velocedb

Version:

A high-performance, secure, and robust local database

35 lines (34 loc) 777 B
{ "name": "velocedb", "version": "3.5.5", "description": "A high-performance, secure, and robust local database", "main": "index.js", "types": "index.d.ts", "type": "module", "scripts": { "development": "nodemon tests/index.js" }, "keywords": [ "database", "veloce", "datastore", "datastorage", "nosql", "opensource", "db", "json" ], "author": "Amir Farzamnia", "license": "MIT", "bugs": { "url": "https://github.com/amirfarzamnia/velocedb/issues" }, "homepage": "https://github.com/amirfarzamnia/velocedb#readme", "repository": { "type": "git", "url": "git+https://github.com/amirfarzamnia/velocedb.git" }, "devDependencies": { "nodemon": "^3.1.7" } }