mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-29 22:48:42 +00:00
13 lines
233 B
JSON
13 lines
233 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"
|
|
}
|
|
}
|