UNPKG

hashinami-cli

Version:
104 lines (103 loc) 2.54 kB
{ "name": "hashinami-cli", "version": "3.0.1", "bin": { "hashinami-cli": "bin/cli.js" }, "main": "./src/main.js", "scripts": { "dev": "HASHINAMI_APP_MODE=dev node src/index.js", "lint": "npx eslint -c .config/eslint.config.js", "test": "HASHINAMI_APP_MODE=dev node --no-warnings --experimental-vm-modules node_modules/jest/bin/jest.js --config=./.config/jest.config.js", "build": "node .config/esbuild.config.js", "release": "release-it" }, "type": "module", "keywords": [ "javascript", "cli", "nogizaka46", "sakurazaka46", "hinatazaka46", "asukasaito", "shiraishimai", "yodel", "centforce", "nogikoi", "hinakoi", "sakukoi", "nogifes", "unison" ], "author": "hashinami46", "organization": "@hashinami-app", "license": "MIT", "description": "Cli based sakamichi apps downloader.", "repository": { "type": "git", "url": "git+https://github.com/hashinami46/hashinami-cli.git" }, "dependencies": { "axios": "^1.7.7", "axios-retry": "^4.5.0", "boxen": "^8.0.1", "cheerio": "^1.0.0", "cli-table3": "^0.6.5", "commander": "^12.1.0", "decompress": "^4.2.1", "ffmpeg-ffprobe-static": "^6.1.2-rc.1", "i18next": "^24.2.2", "i18next-fs-backend": "^2.6.0", "listr2": "^8.2.5", "node-critools": "^1.0.0", "pythonia": "^1.2.2", "smartwrap": "^2.0.2", "string-width": "^7.2.0", "supports-color": "^9.4.0", "winston": "^3.15.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "@commitlint/cli": "^19.7.1", "@commitlint/config-conventional": "^19.7.1", "@eslint/js": "^9.20.0", "@release-it/conventional-changelog": "^10.0.0", "esbuild": "^0.25.0", "esbuild-plugin-copy": "^2.1.1", "eslint": "^9.20.1", "globals": "^15.14.0", "husky": "^9.1.7", "jest": "^29.7.0", "release-it": "^18.1.2" }, "release-it": { "git": { "commitMessage": "chore: release v${version}" }, "github": { "release": true }, "npm": { "publish": false }, "plugins": { "@release-it/conventional-changelog": { "infile": "CHANGELOG.md", "preset": { "name": "conventionalcommits", "types": [ { "type": "feat", "section": "Features" }, { "type": "fix", "section": "Bug Fixes" }, {} ] } } } } }