|
|
@ -1,19 +0,0 @@ |
|
|
|
{ |
|
|
|
"name": "do-utils", |
|
|
|
"description": "Small 'do-scripts' for doing things", |
|
|
|
"version": "0.1.0", |
|
|
|
"license": "GPL-3.0-only or GPL-3.0-or-later", |
|
|
|
"keywords": ["bash", "sh", "zsh", "fish"], |
|
|
|
"author": "Derek Olsen <orpheusui@users.noreply.github.com>", |
|
|
|
"engines": { |
|
|
|
"sh": ">=5.1" |
|
|
|
}, |
|
|
|
"main": "index", |
|
|
|
"bin": { |
|
|
|
"command": "./do-spinwheel" |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"https://git.andrewzah.com/dolsen/do.git |
|
|
|
}, |
|
|
|
} |