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