waterwolf-auth/package.json

16 lines
363 B
JSON
Raw Normal View History

2024-07-14 20:25:52 -04:00
{
"name": "waterwolf-auth",
"version": "1.0.0",
2024-07-14 20:25:52 -04:00
"description": "",
"main": "index.js",
2024-07-14 20:25:52 -04:00
"scripts": {
2024-11-22 21:25:20 -05:00
"dev": "pnpm run --parallel dev",
2024-11-22 23:17:50 -05:00
"build": "pnpm run --parallel build",
"build-frontend": "pnpm run --filter=frontend build",
"build-backend": "pnpm run --filter=backend build"
2024-07-14 20:25:52 -04:00
},
"keywords": [],
"author": "",
"license": "ISC"
}