chore: package.json fixes
This commit is contained in:
parent
40fea3051f
commit
2dbcd57c27
@ -3,7 +3,7 @@
|
|||||||
"description": "radius server for google LDAP and TTLS",
|
"description": "radius server for google LDAP and TTLS",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">13.9.x"
|
"node": ">13.9"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"radius-server": "./bin/radius-server"
|
"radius-server": "./bin/radius-server"
|
||||||
@ -26,6 +26,8 @@
|
|||||||
"test-radtest": "radtest -x user pwd localhost 1812 testing123",
|
"test-radtest": "radtest -x user pwd localhost 1812 testing123",
|
||||||
"create-certificate": "sh ./ssl/create.sh && sh ./ssl/sign.sh"
|
"create-certificate": "sh ./ssl/create.sh && sh ./ssl/sign.sh"
|
||||||
},
|
},
|
||||||
|
"author": "Simon Tretter <simon.tretter@hokify.com>",
|
||||||
|
"preferGlobal": true,
|
||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user