UNPKG

simple-properties-db

Version:

A simple file-based key-value properties database for Node.js

31 lines (30 loc) 671 B
{ "name": "simple-properties-db", "version": "1.1.0", "description": "A simple file-based key-value properties database for Node.js", "main": "index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "coverage": "jest --coverage", "publish": "npm publish --access public" }, "jest": { "testEnvironment": "node" }, "keywords": [ "properties", "database", "key-value", "file-storage" ], "author": "sjh <siha159159@gmail.com>", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0" }, "engines": { "node": ">=12.0.0" } }