wagon/package.json

12 lines
282 B
JSON

{
"name": "wgapi",
"version": "1.0.0",
"description": "HTTP API to add and remove wireguard configs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Keith Irwin <ki9@gf4.pw> (ki9.gf4.pw)",
"license": "MIT"
}