15 lines
363 B
JSON
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"
|
|
}
|