Commit e8b9462c authored by simon's avatar simon

build(package.json): add release script and main entry

parent 517bb291
......@@ -12,6 +12,7 @@
],
"homepage": "https://github.com/simllll/node-radius-server",
"scripts": {
"release": "standard-version",
"debug": "DEBUG=radius:* node dist/app.js",
"start": "node dist/app.js",
"build": "tsc",
......@@ -21,6 +22,7 @@
"test-radtest": "radtest -x user pwd localhost 1812 testing123",
"create-certificate": "sh ./ssl/create.sh && sh ./ssl/sign.sh"
},
"main": "dist/app.js",
"dependencies": {
"debug": "^4.1.1",
"imap-simple": "^4.3.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment