{ "name": "titleize-cli", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin":{ "titleize-cli": "./index.js" }, "author": "", "license": "ISC", "dependencies": { "titleize": "^2.1.0" } }