{ "name": "kingoftime-cli", "version": "0.0.0", "description": "King of Time CLI (unofficial)", "author": "Adam Millerchip", "bin": { "kot": "./bin/run" }, "homepage": "https://git.adamu.jp/adam/kingoftime-cli", "license": "MIT", "main": "dist/index.js", "repository": "https://git.adamu.jp/adam/kingoftime-cli", "files": [ "/bin", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "dependencies": { "@oclif/core": "^2", "@oclif/plugin-help": "^5", "axios": "^1.3.5" }, "devDependencies": { "@oclif/test": "^2.3.14", "chai": "^4", "eslint": "^7.32.0", "eslint-config-oclif": "^4", "mocha": "^9", "oclif": "^3.8.0" }, "oclif": { "bin": "kot", "dirname": "kot", "commands": "./src/commands", "plugins": [ "@oclif/plugin-help" ] }, "scripts": { "lint": "eslint . --ext .js --config .eslintrc", "postpack": "shx rm -f oclif.manifest.json", "posttest": "npm run lint", "prepack": "oclif manifest && oclif readme", "test": "mocha --forbid-only \"test/**/*.test.js\"", "version": "oclif readme && git add README.md" }, "engines": { "node": ">=12.0.0" }, "bugs": "https://git.adamu.jp/adam/kingoftime-cli/issues", "keywords": [ "oclif" ] }