mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 03:02:07 +03:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"name": "adguard-home-api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"swagger-ui-dist": "^3.20.1"
|
|
}
|
|
} |