Files
sscript/package.json
2019-06-07 09:34:57 +03:00

19 lines
421 B
JSON

{
"name": "sscripts",
"version": "1.0.0",
"description": "Useful Shell scripts for projects",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "sHa <sha@shadoll.dev>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shadoll/sscript.git"
},
"bin": {
"hello.sh": "./scripts/hello.sh",
"hello.js": "./scripts/hello.js"
}
}