mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
470 B
22 lines
470 B
{
|
|
"release": {
|
|
"version": "14"
|
|
},
|
|
"name": "wg-easy",
|
|
"version": "1.0.1",
|
|
"description": "The easiest way to run WireGuard VPN + Web-based Admin UI.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/i18n": "^8.3.3",
|
|
"nuxt": "^3.12.4",
|
|
"vue": "latest"
|
|
}
|
|
}
|
|
|