Initial stack: FreeRADIUS + Node API + docker-compose
This commit is contained in:
12
node-api/package.json
Normal file
12
node-api/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "radius-rest-api",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"express": "^4.19.2",
|
||||
"morgan": "^1.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user