Files
FTL/package.json
dependabot[bot] d11bbbd7a1 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 5.0.0 to 6.0.1
- [Changelog](https://github.com/codekie/openapi-examples-validator/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codekie/openapi-examples-validator/compare/v5.0.0...v6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 19:52:03 +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": "^6.0.3"
}
}