Files
lifeforge/package.json
Melvin Chia 33e2003bac fix(package): update forge script path to use index.ts
Former-commit-id: 177680474e8557d5b29a17f9ae6e8cf746fbc6da [formerly 17fae384117041df6a145d13054c78c7f9e02b0e] [formerly 373e63f7a8327b2585bbe48541e78892aa3118b9 [formerly 1aa8fb301d920cdb231579a21912b4e09646e553]]
Former-commit-id: 8167a83acc1bc2664be0a1499c5b5e27ad734365 [formerly 0184e4d1019d7a2309131f5ab9f90e0b3900dade]
Former-commit-id: f17b657f01f9fcca72c7bcce1d8c9eb9525edaab
2025-10-07 17:31:34 +08:00

59 lines
1.7 KiB
JSON

{
"name": "lifeforge-monorepo",
"private": true,
"description": "A comprehensive self-hosted all-in-one personal management system",
"version": "0.0.0",
"license": "CC BY-NC-SA 4.0",
"author": "LifeForge (https://github.com/Lifeforge-app)",
"homepage": "https://docs.lifeforge.melvinchia.dev",
"repository": {
"type": "git",
"url": "https://github.com/Lifeforge-app/lifeforge.git"
},
"workspaces": [
"./server",
"./client",
"./shared",
"./packages/*",
"./apps/*",
"./tools/*"
],
"scripts": {
"forge": "bun run scripts/forge/index.ts",
"start:server": "cd server && bun run start",
"db:generate-schemas": "bun run ./scripts/generateCollectionsSchemas.ts",
"db:generate-migrations": "bun run ./scripts/generateCollectionsMigrations.ts"
},
"keywords": [
"bun",
"hono",
"react",
"vite",
"monorepo",
"lifeforge"
],
"devDependencies": {
"@babel/generator": "^7.28.0",
"@babel/parser": "^7.28.0",
"@babel/traverse": "^7.28.0",
"@babel/types": "^7.28.1",
"@eslint/js": "^9.26.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"bun-types": "latest",
"commander": "^14.0.1",
"concurrently": "^9.1.2",
"eslint": "^9.26.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-sonarjs": "^3.0.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.3",
"typescript-eslint": "^8.31.1"
}
}