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