Files
awg-openwrt/package.json
2024-08-13 22:24:06 +07:00

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"
}
}