json-updater
Version:
Nodejs insert to json file
40 lines (39 loc) • 802 B
JSON
{
"name": "json-updater",
"version": "1.2.0",
"description": "Nodejs insert to json file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archuanickie/json-updater.git"
},
"keywords": [
"nodejs",
"jsonfile",
"json",
"insert",
"read",
"append",
"object",
"file",
"without",
"rewrite",
"rewriting",
"overwrite",
"overwriting",
"async",
"write",
"createReadStream",
"createWriteStream",
"fs"
],
"author": "Nickie Archua",
"license": "MIT",
"bugs": {
"url": "https://github.com/archuanickie/json-updater/issues"
},
"homepage": "https://github.com/archuanickie/json-updater#readme"
}