bde-liste/package.json

17 lines
328 B
JSON
Raw Normal View History

2022-12-11 14:28:43 +00:00
{
"name": "bde_liste",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "asyncnomi",
"license": "ISC",
"dependencies": {
"@fastify/static": "^6.6.0",
"fastify": "^4.10.2",
2022-12-11 17:59:41 +00:00
"ldapauth-fork": "^5.0.5"
2022-12-11 14:28:43 +00:00
}
}