mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
37 lines
975 B
JSON
37 lines
975 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": "tsc --noEmit --skipLibCheck"
|
|
},
|
|
"dependencies": {
|
|
"tar": "^7.5.2",
|
|
"chalk": "^5.6.2",
|
|
"commander": "^14.0.2",
|
|
"concurrently": "^9.2.1",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.18",
|
|
"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",
|
|
"zod": "4.3.5",
|
|
"@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"
|
|
}
|
|
}
|