mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-05 20:31:58 +02:00
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>
23 lines
462 B
JSON
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"
|
|
}
|
|
}
|