Files
FTL/package.json
T
dependabot[bot] 51d1aafee3 Bump openapi-examples-validator in the npm-dependencies group
Bumps the npm-dependencies group with 1 update: [openapi-examples-validator](https://github.com/codekie/openapi-examples-validator).


Updates `openapi-examples-validator` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/codekie/openapi-examples-validator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codekie/openapi-examples-validator/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: openapi-examples-validator
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-12 16:08:58 +00: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": "^7.1.0"
}
}