UNPKG

doclyft

Version:

CLI for DocLyft - Interactive documentation generator with hosted documentation support

56 lines (55 loc) 1.41 kB
{ "name": "doclyft", "version": "1.6.6", "description": "CLI for DocLyft - Interactive documentation generator with hosted documentation support", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "doclyft": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && node build-config.js", "prepublishOnly": "npm run build", "start": "node dist/index.js", "start:dev": "NODE_ENV=development node dist/index.js", "start:prod": "NODE_ENV=production node dist/index.js", "dev": "tsc -w & node --watch dist/index.js", "test": "jest", "status:dev": "NODE_ENV=development node dist/index.js status", "status:prod": "NODE_ENV=production node dist/index.js status" }, "keywords": [ "cli", "doclyft", "documentation", "readme", "github", "git", "markdown", "ai", "interactive" ], "author": "", "license": "ISC", "dependencies": { "commander": "^12.1.0", "conf": "^10.2.0", "prompts": "^2.4.2", "ora": "^5.4.1", "chalk": "^4.1.2", "axios": "^1.7.2", "dotenv": "^16.4.5" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/prompts": "^2.4.9", "@types/axios": "^0.14.0", "@types/node": "^20.14.2", "jest": "^29.7.0", "ts-jest": "^29.1.4", "typescript": "^5.4.5" } }