Files
lifeforge/tools/package.json
2026-06-25 08:54:16 +08:00

35 lines
931 B
JSON

{
"name": "lifeforge-cli",
"version": "0.0.0",
"description": "Command line interface for managing LifeForge projects",
"main": "src/index.ts",
"scripts": {
"build": "bun build src/index.ts --outfile=dist/forge.js --target=bun --minify",
"types": "tsgo --noEmit --skipLibCheck"
},
"dependencies": {
"tar": "^7.5.2",
"chalk": "^5.6.2",
"commander": "^14.0.2",
"concurrently": "^9.2.1",
"crypto-js": "^4.2.0",
"dotenv": "^17.2.3",
"handlebars": "^4.7.8",
"lodash": "^4.17.21",
"openai": "^6.7.0",
"pocketbase": "^0.26.3",
"prettier": "^3.7.4",
"prompts": "^2.4.2",
"semver": "^7.7.3",
"@lifeforge/log": "workspace:*",
"@lifeforge/server-utils": "workspace:*"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.21",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.7.1",
"@types/tar": "^6.1.13"
}
}