mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
feat: add openWRT data fetch
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user