freeCodeCamp/tools/challenge-editor/api/package.json

25 lines
565 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/express": "4.17.15",
"dotenv": "16.0.3",
"shx": "0.3.4",
"typescript": "4.9.4"
}
}