conf-edit
Version:
Quickly and easily change .conf properties file
35 lines (34 loc) • 727 B
JSON
{
"name": "conf-edit",
"version": "1.0.7",
"description": "Quickly and easily change .conf properties file",
"bin": {
"conf-edit": "./bin/conf-edit"
},
"main": "src/index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaClan008/conf-edit.git"
},
"keywords": [
".conf",
"conf",
"config",
"edit"
],
"publishConfig": {
"access": "public"
},
"author": "DaClan@github.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/DaClan008/conf-edit/issues"
},
"homepage": "https://github.com/DaClan008/conf-edit#readme",
"dependencies": {
"arg": "^5.0.0"
}
}