Files
freeCodeCamp/tools/challenge-editor/api/package.json
renovate[bot] 87e1ae21a5 chore: update TS and Fastify (#52157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sboonny <muhammedelruby@gmail.com>
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-11-07 17:22:59 +05:30

26 lines
595 B
JSON

{
"name": "@freecodecamp/challenge-editor",
"version": "1.0.0",
"private": true,
"description": "Editor to help with new challenge structure",
"scripts": {
"start": "ts-node server.ts",
"postinstall": "shx cp ./sample.env ./.env"
},
"author": "freeCodeCamp",
"license": "BSD-3-Clause",
"dependencies": {
"cors": "2.8.5",
"express": "4.18.2",
"gray-matter": "4.0.3",
"ts-node": "10.9.1"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "4.17.21",
"dotenv": "16.3.1",
"shx": "0.3.4",
"typescript": "5.2.2"
}
}