UNPKG

bsonicdb

Version:

=========

57 lines (56 loc) 1.34 kB
{ "name": "bsonicdb", "version": "1.1.92", "main": "dist/cjs/index.cjs", "module": "dist/mjs/index.mjs", "types": "dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "import": { "types": "./dist/types/index.d.ts", "default": "./dist/mjs/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/cjs/index.cjs" } } }, "type": "module", "keywords": [ "nextDB", "fastDB", "fast DB", "database", "fast database", "javascript database", "JSON database", "BSON", "BSON database", "JS DB", "javascript DB" ], "scripts": { "build:mjs": "tsc --project tsconfig.mjs.json", "build:cjs": "tsc --project tsconfig.cjs.json", "build:types": "tsc --project tsconfig.types.json", "build": "rimraf dist && tsc --project tsconfig.cjs.json && tsc" }, "dependencies": { "@types/eventsource": "^1.1.15", "@types/search-index": "^3.2.4", "bson": "^6.9.0", "eventsource": "^2.0.2", "jsonschema": "^1.5.0", "level": "^9.0.0", "search-index": "^5.1.3" }, "devDependencies": { "@types/lru-cache": "^7.10.9", "@types/node": "^16.0.0", "express": "^4.21.2", "typescript": "^5.6.3" }, "sideEffects": false }