Files
aidoit.top/apps/msp/package.json
T
Pavel Kerndl c0b013f067
CI / frontend (push) Canceled after 0s
CI / api (push) Canceled after 0s
Initialize Aidoit v0.1 monorepo
2026-07-27 18:27:37 +02:00

28 lines
681 B
JSON

{
"name": "@aidoit/msp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start --port 3001",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "echo \"No MSP tests yet\""
},
"dependencies": {
"@aidoit/contracts": "workspace:*",
"@aidoit/sdk": "workspace:*",
"@aidoit/ui": "workspace:*",
"next": "^15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@aidoit/config": "workspace:*",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.8.0"
}
}