13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"name": "waterwolf-auth",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "pnpm run --parallel dev",
|
|
"build": "pnpm run --parallel build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|