refactor(api): shiny new api (#48432)

This commit is contained in:
Shaun Hamilton
2022-11-08 17:41:19 +00:00
committed by Mrugesh Mohapatra
parent 9a3d0b7bfb
commit 6d46f61fe9
11 changed files with 3222 additions and 38417 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "@freecodecamp/api",
"version": "0.0.1",
"description": "The freeCodeCamp.org open-source codebase and curriculum",
"license": "BSD-3-Clause",
"private": true,
"engines": {
"node": ">=18",
"npm": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
},
"bugs": {
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
},
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
"author": "freeCodeCamp <team@freecodecamp.org>",
"main": "none",
"scripts": {
"build": "tsc index.ts",
"start": "NODE_ENV=production node index.js",
"develop": "NODE_ENV=development nodemon index.ts"
},
"dependencies": {
"@fastify/mongodb": "6.1.0",
"fastify": "4.9.2",
"fastify-plugin": "4.3.0"
}
}