waterwolf-auth/package.json

14 lines
249 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",
"build": "pnpm run --parallel build"
2024-07-14 20:25:52 -04:00
},
"keywords": [],
"author": "",
"license": "ISC"
}