mirror of
https://github.com/loot/lomad.git
synced 2026-07-27 14:14:33 -07:00
27 lines
616 B
JSON
27 lines
616 B
JSON
{
|
|
"name": "lomad",
|
|
"version": "1.3.0",
|
|
"description": "A utility for administrating the LOOT masterlists",
|
|
"main": "lomad.js",
|
|
"bin": {
|
|
"lomad": "lomad.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/loot/lomad.git"
|
|
},
|
|
"author": "Oliver Hamlet <oliver.hamlet@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^13.1.0",
|
|
"octokit": "^4.1.3"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/loot/lomad/issues"
|
|
},
|
|
"homepage": "https://github.com/loot/lomad#readme"
|
|
}
|