UNPKG

jsonion

Version:

A lightweight JSON file-based database with nested data access and manipulation capabilities.

39 lines (38 loc) 758 B
{ "name": "jsonion", "version": "1.0.0", "description": "A lightweight JSON file-based database with nested data access and manipulation capabilities.", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "node --test", "prepublishOnly": "npm run build" }, "keywords": [ "json", "database", "storage", "nested", "deep-access", "file-database", "typescript", "lightweight" ], "author": "Incognito team", "license": "MIT", "files": [ "lib", "README.md", "LICENSE" ], "engines": { "node": ">=14.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }