Files
sscript/package.json
2019-06-07 11:32:20 +03:00

27 lines
746 B
JSON

{
"name": "sscripts",
"version": "1.0.6",
"description": "Useful Shell scripts for projects",
"author": "sHa <sha@shadoll.dev>",
"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",
"fs.fix_permissions": "./scripts/fs/fix_permissions.sh"
},
"scripts": {
"hello.sh": "./scripts/hello.sh",
"hello.js": "./scripts/hello.js",
"git.storage_push": "./scripts/git/storage_push.sh",
"fs.fix_permissions": "./scripts/fs/fix_permissions.sh"
}
}