48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@goodgo/monorepo",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Enterprise-grade microservices monorepo with Auth Service, Web & Mobile apps",
|
|
"author": {
|
|
"name": "VelikHo",
|
|
"email": "hongochai10@icloud.com",
|
|
"url": "https://github.com/hongochai10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hongochai10/Microservices-Development"
|
|
},
|
|
"homepage": "https://github.com/hongochai10/Microservices-Development#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/hongochai10/Microservices-Development/issues"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"services/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm --parallel -r dev",
|
|
"build": "pnpm -r build",
|
|
"test": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"",
|
|
"clean": "pnpm -r clean && rm -rf node_modules",
|
|
"typecheck": "pnpm -r --filter='!@goodgo/service-template' typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"eslint": "^9.39.2",
|
|
"eslint-scope": "^9.0.0",
|
|
"prettier": "^3.7.4",
|
|
"turbo": "^2.7.3",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=25.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"packageManager": "pnpm@8.15.0"
|
|
} |