mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
25 lines
613 B
JSON
25 lines
613 B
JSON
{
|
|
"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": {
|
|
"@actions/core": "^1.10.1",
|
|
"axios": "^1.3.1",
|
|
"cheerio": "^1.0.0"
|
|
}
|
|
}
|