mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-24 21:35:31 +00:00
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>
27 lines
703 B
JSON
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"
|
|
}
|
|
}
|