@jacksontian/kimi-cli
Version:
The CLI for Moonshot AI
49 lines (48 loc) • 952 B
JSON
{
"name": "@jacksontian/kimi-cli",
"version": "1.2.0",
"description": "The CLI for Moonshot AI",
"main": "lib/kimi.js",
"bin": {
"kimi": "bin/kimi.js",
"kimi-file": "bin/kimi-file.js"
},
"files": [
"lib",
"bin"
],
"directories": {
"lib": "lib",
"test": "test"
},
"type": "module",
"engines": {
"node": ">= 14"
},
"scripts": {
"lint": "eslint --fix lib bin",
"test": "mocha --reporter spec test/*.test.js",
"test-cov": "c8 -r=lcov -r=html -r=text -r=json npm run test",
"test-dev": "mocha --reporter spec"
},
"keywords": [
"Moonshot",
"AI",
"Kimi"
],
"author": "Jackson Tian",
"license": "MIT",
"devDependencies": {
"c8": "^10.1.2",
"eslint": "^9",
"mocha": "^10.7.3"
},
"dependencies": {
"@jacksontian/kimi": "^1.2.1",
"chalk": "^5.3.0",
"httpx": "^3",
"ini": "^4.1.2",
"inquirer": "^9.2.16",
"kitx": "^2.1.0"
}
}