UNPKG

filestore-json

Version:

Easily sync JSON objects of any shape with the filesystem.

43 lines (42 loc) 1.16 kB
{ "name": "filestore-json", "version": "1.1.8", "description": "Easily sync JSON objects of any shape with the filesystem.", "main": "lib/", "types": "lib/", "author": "Josh Merlino", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/JoshMerlino/filestore-json.git" }, "keywords": [ "filestore", "persistant", "json", "json-config", "filesystem" ], "scripts": { "watch-ts": "tsc -w", "build": "tsc", "test": "jest", "prepare": "npm run build && npm test" }, "devDependencies": { "@types/jest": "^27.0.1", "@types/mkdirp": "^1.0.1", "@types/node": "^16.7.0", "@typescript-eslint/parser": "^4.29.2", "@typescript-eslint/eslint-plugin": "^4.29.2", "concurrently": "^6.2.1", "eslint": "^7.32.0", "jest": "^27.0.1", "ts-jest": "^27.0.1", "typescript": "^4.3.5", "typescript-eslint": "0.0.1-alpha.0" }, "dependencies": { "mkdirp": "^1.0.4" } }