wagon/package.json

18 lines
419 B
JSON

{
"name": "wgapi",
"version": "1.0.2",
"description": "HTTP API to add and remove wireguard configs",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Keith Irwin <ki9@gf4.pw> (ki9.gf4.pw)",
"license": "MIT",
"dependencies": {
"axios": "^0.23.0",
"express": "^4.17.1",
"wireguard-tools": "^0.1.0"
}
}