mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
93 lines
2.8 KiB
JSON
93 lines
2.8 KiB
JSON
{
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
|
"bugs": {
|
|
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-ses": "3.521.0",
|
|
"@fastify/accepts": "5.0.2",
|
|
"@fastify/cookie": "11.0.1",
|
|
"@fastify/csrf-protection": "7.1.0",
|
|
"@fastify/oauth2": "8.1.2",
|
|
"@fastify/swagger": "9.4.0",
|
|
"@fastify/swagger-ui": "5.2.0",
|
|
"@fastify/type-provider-typebox": "6.1.0",
|
|
"@growthbook/growthbook": "1.3.1",
|
|
"@prisma/client": "6.16.2",
|
|
"@sentry/node": "9.1.0",
|
|
"ajv": "8.17.1",
|
|
"ajv-formats": "3.0.1",
|
|
"date-fns": "4.1.0",
|
|
"date-fns-tz": "3.2.0",
|
|
"dotenv": "16.4.5",
|
|
"fast-uri": "2.3.0",
|
|
"fastify": "5.2.0",
|
|
"fastify-plugin": "5.0.1",
|
|
"joi": "17.12.2",
|
|
"jsonwebtoken": "9.0.2",
|
|
"lodash": "4.17.21",
|
|
"lodash-es": "4.17.21",
|
|
"mongodb": "6.10.0",
|
|
"nanoid": "3",
|
|
"no-profanity": "1.5.1",
|
|
"nodemailer": "6.9.10",
|
|
"pino": "9.14.0",
|
|
"pino-pretty": "10.2.3",
|
|
"query-string": "7.1.3",
|
|
"stripe": "16.0.0",
|
|
"typebox": "1.0.43",
|
|
"validator": "13.15.15"
|
|
},
|
|
"description": "The freeCodeCamp.org open-source codebase and curriculum",
|
|
"devDependencies": {
|
|
"@freecodecamp/eslint-config": "workspace:*",
|
|
"@total-typescript/ts-reset": "0.5.1",
|
|
"@types/jsonwebtoken": "9.0.5",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/nodemailer": "6.4.14",
|
|
"@types/supertest": "2.0.16",
|
|
"@types/validator": "13.11.2",
|
|
"@vitest/ui": "^3.2.4",
|
|
"dotenv-cli": "7.3.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-jsdoc": "48.2.1",
|
|
"msw": "^2.7.0",
|
|
"prisma": "6.16.2",
|
|
"supertest": "6.3.3",
|
|
"tsx": "4.19.1",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18",
|
|
"npm": ">=8"
|
|
},
|
|
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
|
"license": "BSD-3-Clause",
|
|
"main": "none",
|
|
"name": "@freecodecamp/api",
|
|
"type": "module",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"clean": "rm -rf dist",
|
|
"develop": "tsx watch --clear-screen=false src/server.ts",
|
|
"start": "FREECODECAMP_NODE_ENV=production node dist/server.js",
|
|
"lint": "eslint --max-warnings 0",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"prisma": "dotenv -e ../.env prisma",
|
|
"postinstall": "prisma generate",
|
|
"exam-env:generate": "tsx tools/exam-environment/generate/index.ts",
|
|
"exam-env:generate:deprecate": "tsx tools/exam-environment/generate/deprecate.ts",
|
|
"exam-env:generate:insert": "tsx tools/exam-environment/generate/insert.ts",
|
|
"exam-env:seed": "tsx tools/exam-environment/seed/index.ts",
|
|
"exam-env:test": "tsx tools/exam-environment/test/index.ts"
|
|
},
|
|
"version": "0.0.1"
|
|
}
|