UNPKG

tprompter

Version:
77 lines (76 loc) 2.01 kB
{ "name": "tprompter", "version": "1.2.1", "description": "", "exports": null, "type": "module", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/pinkiesky/tprompter" }, "bin": "./dist/index.js", "scripts": { "test:unit": "NODE_OPTIONS=--experimental-vm-modules jest ./src/", "test:integrational": "NODE_OPTIONS=--experimental-vm-modules jest ./tests/integrational", "test": "npm run test:unit && npm run test:integrational", "start": "make build --silent && node ./dist/index.js", "format": "prettier --write .", "build": "make build", "local:install": "npm run build && npm uninstall -g . && npm install -g ." }, "keywords": [ "typescript", "cli", "prompter", "terminal", "gpt", "ai" ], "author": "", "license": "ISC", "devDependencies": { "@types/jest": "^29.5.14", "@types/markdown-it-container": "^2.0.10", "@types/markdown-it-footnote": "^3.0.4", "@types/node-fetch": "^2.6.12", "jest": "^29.7.0", "node-fetch": "^2.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "ts-jest-resolver": "^2.0.1", "typescript": "^5.7.2" }, "dependencies": { "chalk": "^5.4.1", "cli-html": "^4.2.0", "clipboardy": "^4.0.0", "env-paths": "^3.0.0", "gpt-tokenizer": "^2.8.1", "markdown-it": "^14.1.0", "markdown-it-abbr": "^2.0.0", "markdown-it-container": "^4.0.0", "markdown-it-deflist": "^3.0.0", "markdown-it-footnote": "^4.0.0", "markdown-it-ins": "^4.0.0", "markdown-it-mark": "^4.0.0", "markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0", "markdown-it-task-lists": "^2.1.1", "minimatch": "^10.0.1", "open": "^10.1.0", "openai": "^4.86.1", "parse5": "^7.2.1", "reflect-metadata": "^0.2.2", "tmp-promise": "^3.0.3", "typedi": "^0.10.0", "winston": "^3.17.0", "yaml": "^2.7.0", "yargs": "^17.7.2" }, "engines": { "node": ">=20.0.0" } }