82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"name": "insforge",
|
|
"version": "2.2.6",
|
|
"description": "InsForge - Open source backend-as-a-service with PostgreSQL and MCP integration",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"dev:debug": "concurrently -n \"backend,frontend\" -c \"cyan,magenta\" \"npm run dev:backend:debug\" \"npm run dev:frontend:debug\"",
|
|
"dev:backend": "cd backend && npm run dev",
|
|
"dev:backend:debug": "cd backend && cross-env DEBUG_MODE=true npm run dev",
|
|
"dev:frontend": "cd frontend && npm run dev",
|
|
"dev:frontend:debug": "cd frontend && cross-env VITE_DEBUG_MODE=true npm run dev",
|
|
"build": "turbo run build",
|
|
"start": "cd backend && npm run start",
|
|
"start:prod": "npm run build && npm run start",
|
|
"test": "turbo run test",
|
|
"test:backend": "cd backend && npm test",
|
|
"test:e2e": "cd backend && npm run test:e2e",
|
|
"lint": "turbo run lint",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"typecheck": "turbo run typecheck",
|
|
"clean": "turbo run clean",
|
|
"install:all": "npm install && cd backend && npm install && cd ../frontend && npm install"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.31.0",
|
|
"concurrently": "^8.2.2",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.31.0",
|
|
"eslint-config-prettier": "^9.1.2",
|
|
"eslint-plugin-prettier": "^5.5.3",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"globals": "^13.24.0",
|
|
"lru-cache": "^11.3.5",
|
|
"prettier": "^3.6.2",
|
|
"rimraf": "^5.0.5",
|
|
"turbo": "^2.9.16",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.38.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/InsForge/InsForge.git"
|
|
},
|
|
"keywords": [
|
|
"backend-as-a-service",
|
|
"baas",
|
|
"postgresql",
|
|
"monorepo"
|
|
],
|
|
"author": "InsForge",
|
|
"license": "Apache-2.0",
|
|
"overrides": {
|
|
"express": "^4.22.0",
|
|
"undici": "^6.24.0",
|
|
"fast-xml-parser": "^5.7.0",
|
|
"handlebars": "^4.7.9",
|
|
"path-to-regexp": "0.1.13",
|
|
"lodash": "^4.18.1",
|
|
"protobufjs": "^7.6.2",
|
|
"postcss": "^8.5.10",
|
|
"dompurify": "^3.4.0",
|
|
"follow-redirects": "^1.16.0",
|
|
"uuid": "^14.0.0",
|
|
"axios": "^1.16.1",
|
|
"ws": "^8.21.0",
|
|
"qs": "^6.15.2",
|
|
"minimatch@10": {
|
|
"brace-expansion": "^5.0.6"
|
|
}
|
|
},
|
|
"packageManager": "npm@11.3.0"
|
|
}
|