Files
FTL/package.json
T
XhmikosR bba8465f1b Update npm dependencies
Kept openapi-examples-validator to v5 since v6.0.0 seems to be broken for now

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
2025-03-06 07:41:00 +02:00

27 lines
703 B
JSON

{
"name": "pihole-ftl",
"private": true,
"version": "1.0.0",
"description": "Source of the Pi-hole FTL daemon",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/pi-hole/FTL.git"
},
"keywords": [],
"author": "",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/pi-hole/FTL/issues"
},
"scripts": {
"openapi-enforcer": "node test/api/openapi-enforcer.js",
"validate-examples": "openapi-examples-validator src/api/docs/content/specs/main.yaml",
"test": "npm run openapi-enforcer && npm run validate-examples"
},
"devDependencies": {
"openapi-enforcer": "^1.23.0",
"openapi-examples-validator": "^5.0.0"
}
}