UNPKG

transifexify

Version:

a little script to remove undefined, null or empty values in a json file to avoid Transifex errors

38 lines (37 loc) 827 B
{ "name": "transifexify", "version": "1.1.0", "description": "a little script to remove undefined, null or empty values in a json file to avoid Transifex errors", "bin": { "transifexify": "bin/transifexify" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "maxlath", "license": "MIT", "dependencies": { "tiny-chalk": "^2.0.0" }, "devDependencies": {}, "keywords": [ "transifex", "json" ], "files": [ "lib", "bin" ], "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/inventaire/transifexify.git" }, "bugs": { "url": "https://github.com/inventaire/transifexify/issues" }, "homepage": "https://github.com/inventaire/transifexify#readme" }