49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "banatie-monorepo",
|
|
"version": "1.0.0",
|
|
"description": "Banatie AI Image Generation Service - Monorepo with API, Landing, Studio, and Admin apps",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.11.0",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"lint": "pnpm -r lint",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:api": "tsx tests/api/run-all.ts",
|
|
"format": "prettier --write \"apps/**/*.{ts,tsx,js,jsx,json,css,md}\" \"packages/**/*.{ts,tsx,js,jsx,json,css,md}\" \"*.{ts,tsx,js,jsx,json,css,md}\" --ignore-unknown",
|
|
"format:check": "prettier --check \"apps/**/*.{ts,tsx,js,jsx,json,css,md}\" \"packages/**/*.{ts,tsx,js,jsx,json,css,md}\" \"*.{ts,tsx,js,jsx,json,css,md}\" --ignore-unknown",
|
|
"clean": "pnpm -r clean && rm -rf node_modules"
|
|
},
|
|
"keywords": [
|
|
"monorepo",
|
|
"image-generation",
|
|
"ai",
|
|
"gemini",
|
|
"rest-api",
|
|
"nextjs",
|
|
"saas",
|
|
"admin-dashboard"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vitest/ui": "^3.2.4",
|
|
"eslint-config-prettier": "^9.1.2",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"kill-port": "^2.0.1",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.9.2",
|
|
"vitest": "^3.2.4",
|
|
"tsx": "^4.7.0",
|
|
"@types/node": "^20.11.0"
|
|
}
|
|
}
|