{ "name": "sscripts", "version": "1.0.2", "description": "Useful Shell scripts for projects", "author": "sHa ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/shadoll/sscript.git" }, "bugs": { "url": "https://github.com/shadoll/sscript/issues" }, "bin": { "hello.sh": "./scripts/hello.sh", "hello.js": "./scripts/hello.js", "git.storage_push": "./scripts/git.storage_push.sh" }, "scripts": { "hello.sh": "./scripts/hello.sh", "hello.js": "./scripts/hello.js", "git.storage_push": "./scripts/git.storage_push.sh" } }