mirror of
https://github.com/BradNut/node-auth
synced 2025-09-08 17:40:17 +00:00
17 lines
323 B
JSON
17 lines
323 B
JSON
|
|
{
|
||
|
|
"name": "node-auth",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "index.js",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"author": "Bradley Shellnut",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"fastify": "^3.12.0",
|
||
|
|
"fastify-static": "^4.0.1"
|
||
|
|
}
|
||
|
|
}
|