feat: add openWRT data fetch

This commit is contained in:
Slava-Shchipunov
2024-08-13 21:27:15 +07:00
parent 1c17d9bed1
commit 226ae606a8
6 changed files with 536 additions and 4 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "awg-openwrt",
"version": "1.0.0",
"description": "Amnezia Wireguard packages for OpenWRT",
"main": "index.js",
"scripts": {
"get-build-envs": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Slava-Shchipunov/awg-openwrt.git"
},
"author": "Slava Shchipunov",
"license": "ISC",
"bugs": {
"url": "https://github.com/Slava-Shchipunov/awg-openwrt/issues"
},
"homepage": "https://github.com/Slava-Shchipunov/awg-openwrt#readme",
"dependencies": {
"axios": "^1.3.1",
"cheerio": "^1.0.0"
}
}