bde-liste/package.json

19 lines
388 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",
2023-01-08 21:24:03 +00:00
"crypto-js": "^4.1.1",
2022-12-11 14:28:43 +00:00
"fastify": "^4.10.2",
2022-12-11 18:18:10 +00:00
"ldapauth-fork": "^5.0.5",
"password-prompt": "^1.1.2"
2022-12-11 14:28:43 +00:00
}
}