mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 18:08:30 -07: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"
|
|
}
|
|
}
|