| { |
| "author": "freeCodeCamp <team@freecodecamp.org>", |
| "bugs": { |
| "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues" |
| }, |
| "dependencies": { |
| "@fastify/accepts": "5.0.4", |
| "@fastify/cookie": "11.0.2", |
| "@fastify/csrf-protection": "7.1.0", |
| "@fastify/oauth2": "8.2.0", |
| "@fastify/swagger": "9.7.0", |
| "@fastify/swagger-ui": "5.2.6", |
| "@fastify/type-provider-typebox": "6.1.0", |
| "@freecodecamp/shared": "workspace:*", |
| "@growthbook/growthbook": "1.6.5", |
| "@prisma/client": "6.19.3", |
| "@sentry/node": "10.55.0", |
| "@sentry/profiling-node": "10.55.0", |
| "ajv": "8.20.0", |
| "ajv-formats": "3.0.1", |
| "bson": "7.2.0", |
| "date-fns": "4.1.0", |
| "date-fns-tz": "3.2.0", |
| "dotenv": "16.6.1", |
| "fast-uri": "2.4.0", |
| "fastify": "5.8.5", |
| "fastify-plugin": "5.1.0", |
| "joi": "17.13.3", |
| "jsonwebtoken": "9.0.3", |
| "lodash": "4.18.1", |
| "lodash-es": "4.18.1", |
| "nanoid": "3", |
| "no-profanity": "1.5.1", |
| "nodemailer": "6.10.1", |
| "pino": "9.14.0", |
| "pino-pretty": "10.3.1", |
| "query-string": "7.1.3", |
| "stripe": "16.12.0", |
| "typebox": "1.1.35", |
| "validator": "13.15.35" |
| }, |
| "description": "The freeCodeCamp.org open-source codebase and curriculum", |
| "devDependencies": { |
| "@freecodecamp/curriculum": "workspace:*", |
| "@freecodecamp/eslint-config": "workspace:*", |
| "@freecodecamp/shared": "workspace:*", |
| "@total-typescript/ts-reset": "0.6.1", |
| "@types/jsonwebtoken": "9.0.5", |
| "@types/lodash-es": "^4.17.12", |
| "@types/node": "^24.10.8", |
| "@types/nodemailer": "6.4.23", |
| "@types/supertest": "2.0.16", |
| "@types/validator": "13.15.10", |
| "@vitest/ui": "^4.0.15", |
| "dotenv-cli": "7.4.4", |
| "eslint": "^9.39.1", |
| "eslint-plugin-jsdoc": "48.11.0", |
| "msw": "^2.12.10", |
| "prisma": "6.19.3", |
| "supertest": "6.3.4", |
| "tsx": "4.21.0", |
| "typescript": "5.9.3", |
| "vitest": "^4.0.15" |
| }, |
| "engines": { |
| "node": ">=24", |
| "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", |
| "type-check": "tsc --noEmit", |
| "prisma": "dotenv -e ../.env prisma", |
| "postinstall": "prisma generate", |
| "exam-env:seed": "tsx tools/exam-environment/seed/index.ts", |
| "exam-env:test": "tsx tools/exam-environment/test/index.ts" |
| }, |
| "version": "0.0.1" |
| } |
|
|