UNPKG

peadb

Version:

"Pea sized JavaScript DB: wrapper for browser storage APIs"

39 lines (38 loc) 699 B
{ "name": "peadb", "version": "0.0.7", "description": "\"Pea sized JavaScript DB: wrapper for browser storage APIs\"", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "type": "module", "exports": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pack": "node build.js" }, "files": [ "dist" ], "repository": { "type": "git", "url": "\"\"" }, "keywords": [ "jsdb", "jsondb", "lightdb", "litedb", "lightweightdb", "simpledb", "database", "javascriptdb" ], "author": "wizdev01", "license": "MIT", "devDependencies": { "typescript": "^4.5.4" } }