{ "name": "sscripts", "version": "1.0.0", "description": "Useful Shell scripts for projects", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "sHa ", "license": "MIT", "bin": { "hello.sh": "./scripts/hello.sh", "hello.js": "./scripts/hello.js" } }