sinka/package.json
armando cf16bf1fb6 Show integration health in the admin and keep clients on their own screen.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-16 03:43:18 -03:00

16 lines
565 B
JSON

{
"name": "sinka",
"private": true,
"description": "Plataforma SaaS de inteligência logística: NestJS + Next.js",
"scripts": {
"docker:up": "docker compose up -d",
"docker:down": "docker compose down",
"docker:full": "docker compose --profile full up -d --build",
"docker:uninstall": "docker compose --profile full down -v --rmi local --remove-orphans",
"dev:api": "npm run start:dev --prefix api",
"dev:web": "npm run dev --prefix web",
"test": "npm test --prefix api",
"test:cov": "npm run test:cov --prefix api"
}
}