@borksh/bork
Version:
Bash-Operated Reconciling Kludge
40 lines (39 loc) • 669 B
JSON
{
"name": "@borksh/bork",
"version": "0.14.0",
"description": "Bash-Operated Reconciling Kludge",
"homepage": "https://bork.sh",
"license": "Apache-2.0",
"author": "Skylar MacDonald",
"repository": {
"type": "git",
"url": "git+https://github.com/borksh/bork.git"
},
"bugs": {
"url": "https://github.com/borksh/bork/issues"
},
"files": [
"bin",
"docs",
"lib",
"types"
],
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "bats test"
},
"keywords": [
"bork",
"bash",
"shell",
"config",
"unix"
],
"bin": {
"bork": "bin/bork"
}
}