UNPKG

@wxn0brp/db

Version:

A lightweight file-based database management system that supports CRUD operations, custom queries and relations.

51 lines 1.02 kB
{ "name": "@wxn0brp/db", "version": "0.40.3", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "wxn0brP", "license": "MIT", "type": "module", "homepage": "https://github.com/wxn0brP/ValtheraDB", "repository": { "type": "git", "url": "https://github.com/wxn0brP/ValtheraDB.git" }, "bin": { "valthera-db-cli": "./dist/bin.js" }, "keywords": [ "valthera", "db", "database", "file", "storage", "data", "lightweight" ], "dependencies": { "@wxn0brp/db-client": ">=0.2.1", "@wxn0brp/db-core": ">=0.2.7", "@wxn0brp/db-storage-dir": ">=0.1.4" }, "devDependencies": { "@types/node": "*", "tsc-alias": "*", "typescript": "*" }, "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./*": { "types": "./dist/*.d.ts", "import": "./dist/*.js", "default": "./dist/*.js" } } }