Files
freeCodeCamp/api/package.json
renovate[bot] b36bf511d5 fix(deps): update dependency @fastify/mongodb to v6.2.0 (#49512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-25 17:49:32 +02:00

43 lines
1.0 KiB
JSON

{
"author": "freeCodeCamp <team@freecodecamp.org>",
"bugs": {
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"dependencies": {
"@fastify/middie": "8.1",
"@fastify/mongodb": "6.2.0",
"fastify": "4.10.2",
"fastify-auth0-verify": "^1.0.0",
"fastify-plugin": "^4.3.0"
},
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"engines": {
"node": ">=18",
"npm": ">=8"
},
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"license": "BSD-3-Clause",
"main": "none",
"name": "@freecodecamp/api",
"nodemonConfig": {
"env": {
"NODE_ENV": "development"
},
"ignore": [
"**/*.js"
]
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
},
"scripts": {
"build": "tsc",
"develop": "nodemon index.ts",
"start": "NODE_ENV=production node index.js",
"test": "node --test -r ts-node/register **/*.test.ts"
},
"version": "0.0.1"
}