2018-11-25 17:09:52 +00:00
|
|
|
{
|
|
|
|
"name": "adguard-home-api",
|
2020-05-20 21:04:41 +00:00
|
|
|
"version": "0.2.0",
|
2018-11-25 17:09:52 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-04-16 20:04:00 +00:00
|
|
|
"start": "node_modules/.bin/speccy serve -p 4000 openapi.yaml",
|
|
|
|
"test": "node_modules/.bin/speccy lint openapi.yaml"
|
2018-11-25 17:09:52 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-20 21:04:41 +00:00
|
|
|
"speccy": "^0.11.0"
|
2018-11-25 17:09:52 +00:00
|
|
|
}
|
2018-12-12 14:25:42 +00:00
|
|
|
}
|