@range3/holo
Version:
Hololive Tools for CLI
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@range3/holo",
"version": "0.4.2",
"description": "Hololive Tools for CLI",
"main": "src/index.js",
"bin": {
"holo": "bin/holo"
},
"scripts": {
"start": "bin/holo",
"build": ":",
"lint": "eslint --ignore-path .gitignore .",
"test": "echo no test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/range3/holo.git"
},
"keywords": [
"hololive",
"schedule",
"cli"
],
"author": "range3 (https://github.com/range3)",
"license": "ISC",
"bugs": {
"url": "https://github.com/range3/holo/issues"
},
"homepage": "https://github.com/range3/holo#readme",
"dependencies": {
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"commander": "^6.2.0",
"got": "^11.8.0",
"jimp": "^0.16.1",
"log-update": "^4.0.0",
"luxon": "^1.25.0",
"render-gif": "^2.0.4",
"sixel": "^0.14.0",
"supports-sixel": "^1.0.0",
"term-img": "^5.0.0"
},
"devDependencies": {
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1"
}
}