{ "name": "rmscripts", "version": "0.0.2", "description": "Removes all script tags from passed stdin.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "rmscripts": "./index.js" }, "author": "Thomas Reggi", "license": "ISC", "dependencies": { "cheerio": "^0.18.0" } }