@profullstack/therapy
Version:
CLI tool for interacting with an AI therapist
40 lines • 830 B
JSON
{
"name": "@profullstack/therapy",
"version": "1.5.14",
"description": "CLI tool for interacting with an AI therapist",
"main": "index.js",
"type": "module",
"bin": {
"therapy": "./cli.js"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0"
},
"keywords": [
"therapy",
"cli",
"ai",
"mental-health",
"openai"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/profullstack/therapy.git"
},
"bugs": {
"url": "https://github.com/profullstack/therapy/issues"
},
"homepage": "https://profullstack.com",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0",
"dotenv-flow": "^4.1.0",
"ora": "^7.0.1"
},
"scripts": {
"test": "pnpm install && mocha --bail test/index.js"
}
}