mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 03:27:00 +00:00
19 lines
421 B
JSON
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"
|
|
}
|
|
}
|