AdGuardHome/openapi/package.json

13 lines
294 B
JSON
Raw Permalink Normal View History

2018-11-25 17:09:52 +00:00
{
"name": "adguard-home-api",
"version": "0.2.0",
2018-11-25 17:09:52 +00:00
"private": true,
"scripts": {
"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": {
"speccy": "^0.11.0"
2018-11-25 17:09:52 +00:00
}
}