waterwolf-auth/package.json
Trenten Vollmer 3cc8008163
Some checks failed
/ build (push) Failing after 1m19s
fix: dockerfile
2024-11-22 23:17:50 -05:00

15 lines
363 B
JSON

{
"name": "waterwolf-auth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pnpm run --parallel dev",
"build": "pnpm run --parallel build",
"build-frontend": "pnpm run --filter=frontend build",
"build-backend": "pnpm run --filter=backend build"
},
"keywords": [],
"author": "",
"license": "ISC"
}