edit-json-file
Version:
Edit a json file with ease.
51 lines • 1.07 kB
JSON
{
"name": "edit-json-file",
"description": "Edit a json file with ease.",
"keywords": [
"edit",
"json",
"file",
"a",
"with",
"ease"
],
"license": "MIT",
"version": "1.8.1",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/edit-json-file.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/edit-json-file/issues"
},
"homepage": "https://github.com/IonicaBizau/edit-json-file#readme",
"dependencies": {
"find-value": "^1.0.12",
"iterate-object": "^1.3.4",
"r-json": "^1.2.10",
"set-value": "^4.1.0",
"w-json": "^1.3.10"
}
}