mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 03:27:00 +00:00
28 lines
841 B
JSON
28 lines
841 B
JSON
{
|
|
"name": "sscripts",
|
|
"version": "1.0.17",
|
|
"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",
|
|
"git.submodule_pull": "./scripts/git/submodule_pull.sh",
|
|
"fs.fix_permissions": "./scripts/fs/fix_permissions.sh",
|
|
"docker.up": "./scripts/docker/up.sh",
|
|
"docker.down": "./scripts/docker/down.sh",
|
|
"docker.prune": "./scripts/docker/prune.sh"
|
|
},
|
|
"scripts": {
|
|
"publ": "npm version patch; git add *; git commit -mUpdate; git push; npm publish"
|
|
}
|
|
}
|