All checks were successful
dev - build & deploy naar test / build-and-deploy (push) Successful in 1m20s
24 lines
583 B
JSON
24 lines
583 B
JSON
{
|
|
"name": "teach",
|
|
"version": "0.1.0",
|
|
"description": "Teach digibord - Fastify server met static frontend en PostgreSQL",
|
|
"type": "module",
|
|
"main": "src/server.js",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"dev": "node --watch src/server.js",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/compress": "^8.3.1",
|
|
"@fastify/cookie": "^11.1.1",
|
|
"@fastify/helmet": "^13.1.0",
|
|
"@fastify/rate-limit": "^11.1.0",
|
|
"@fastify/static": "^10.1.2",
|
|
"fastify": "^5.1.0",
|
|
"pg": "^8.13.1"
|
|
}
|
|
}
|