Files
PreMiD/apps/schema-server/package.json
dependabot[bot] a9c994141d chore(deps): bump fastify from 4.28.1 to 5.7.3
Bumps [fastify](https://github.com/fastify/fastify) from 4.28.1 to 5.7.3.
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v4.28.1...v5.7.3)

---
updated-dependencies:
- dependency-name: fastify
  dependency-version: 5.7.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 23:54:55 +00:00

23 lines
462 B
JSON

{
"name": "@premid/schema-server",
"type": "module",
"version": "1.0.11",
"private": true,
"description": "A small service to serve the JSON schemas for PreMiD",
"license": "MPL-2.0",
"main": "dist/index.js",
"files": [
"dist",
"schemas"
],
"scripts": {
"start": "node --enable-source-maps .",
"dev": "node --watch --enable-source-maps ."
},
"dependencies": {
"@fastify/helmet": "^11.1.1",
"fastify": "^5.7.3",
"globby": "^14.0.1"
}
}