UNPKG

node-ejdb-lite

Version:

Blazing fast (installs in seconds) and lightweight EJDB2 bindings for NodeJS

50 lines (49 loc) 976 B
{ "name": "node-ejdb-lite", "version": "2.73.30", "type": "module", "repository": "https://github.com/markwylde/node-ejdb-lite.git", "author": "Anton Adamansky <adamansky@gmail.com>", "description": "Blazing fast (installs in seconds) and lightweight EJDB2 bindings for NodeJS", "license": "MIT", "main": "src/index.cjs", "types": "src/index.d.ts", "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "os": [ "darwin", "linux", "alpine", "!win32" ], "cpu": [ "x64", "x32", "arm", "arm64" ], "scripts": { "test": "c8 node test", "install": "npm run install:remote", "install:remote": "./installRemote.sh", "install:source": "./installSource.sh" }, "devDependencies": { "basictap": "^4.3.5", "c8": "^8.0.1" }, "keywords": [ "ejdb", "ejdb2", "nosql", "json", "database", "storage", "embedded", "embeddable", "native", "binding" ] }