simple-object-to-json-cacher
Version:
Saves JS Object synchronously to plain text JSON file, and loads. (Basic Simple Unencrypted Serialisation)
39 lines (38 loc) • 1.07 kB
JSON
{
"name": "simple-object-to-json-cacher",
"version": "1.1.9",
"description": "Saves JS Object synchronously to plain text JSON file, and loads. (Basic Simple Unencrypted Serialisation)",
"main": "./dist/index.js",
"homepage": "https://github.com/acctech/simple-object-to-json-cacher",
"repository": {
"type": "git",
"url": "git+https://github.com/acctech/simple-object-to-json-cacher.git"
},
"scripts": {
"test": "jest -w 8 --coverage",
"build": "tsc",
"example": "node ./example/index.js",
"deploy": "npm run build && npm run test && npm version patch --force && npm publish"
},
"keywords": [
"cem",
"cacher",
"plain",
"simple",
"json"
],
"author": "Danny Falero (Software Engineer, CEM)",
"license": "ISC",
"devDependencies": {
"@types/big-json": "^3.2.0",
"@types/node": "^18.6.5",
"jest": "^27.0.4",
"typescript": "^4.7.4"
},
"dependencies": {
"@types/jsonstream": "^0.8.31",
"big-json": "^3.2.0",
"json-stream-stringify": "^3.1.0",
"JSONStream": "^1.3.5"
}
}