AdGuardHome/openapi/package.json

16 lines
400 B
JSON
Raw Normal View History

2018-11-25 20:09:52 +03:00
{
"name": "adguard-home-api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node_modules/.bin/speccy serve -p 4000 openapi.yaml",
"start-old": "node index.js",
"test": "node_modules/.bin/speccy lint openapi.yaml"
2018-11-25 20:09:52 +03:00
},
"dependencies": {
"express": "^4.16.4",
2020-05-02 11:39:37 +03:00
"speccy": "^0.11.0",
"swagger-ui-dist": "^3.25.1"
2018-11-25 20:09:52 +03:00
}
}