write-file-trim
Version:
Write the content in a file after removing the trailing spaces.
55 lines • 1.11 kB
JSON
{
"name": "write-file-trim",
"description": "Write the content in a file after removing the trailing spaces.",
"keywords": [
"write",
"file",
"trim",
"the",
"content",
"in",
"a",
"after",
"removing",
"trailing",
"spaces"
],
"license": "MIT",
"version": "1.0.10",
"main": "lib/index.js",
"scripts": {
"test": "node test"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/write-file-trim.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/write-file-trim/issues"
},
"homepage": "https://github.com/IonicaBizau/write-file-trim#readme",
"dependencies": {
"remove-trailing-spaces": "^1.0.0"
},
"devDependencies": {
"tester": "^1.3.1"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}