UNPKG

lowdb-encryption

Version:
47 lines (46 loc) 1.18 kB
{ "name": "lowdb-encryption", "version": "0.1.0", "description": "Lowdb add-on for encryption.", "main": "src/index.js", "scripts": { "lint": "eslint \"./**/*.js\"", "lint:fix": "npm run lint -- --fix", "format": "prettier . --write" }, "repository": { "type": "git", "url": "git+https://github.com/mazecodes/lowdb-encryption.git" }, "keywords": [ "lowdb", "ecnryption", "add-on", "database", "crypto", "json", "storage" ], "author": "Maze Peterson", "license": "MIT", "bugs": { "url": "https://github.com/mazecodes/lowdb-encryption/issues" }, "homepage": "https://github.com/mazecodes/lowdb-encryption#readme", "devDependencies": { "eslint": "^7.19.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-node": "^4.1.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.3.1", "husky": "^4.3.8", "lint-staged": "^10.5.4", "lowdb": "^1.0.0", "prettier": "^2.2.1" }, "dependencies": { "crypto-js": "^4.0.0" } }