You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/server.ts",
|
|
"scripts": {
|
|
"dev": "nodemon src/server.ts",
|
|
"build": "rm -rf build/ && prettier --write src/ && tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/axios": "^0.14.0",
|
|
"@types/express": "^4.17.17",
|
|
"@types/morgan": "^1.9.4",
|
|
"axios": "^1.4.0",
|
|
"express": "^4.18.2",
|
|
"morgan": "^1.10.0",
|
|
"nodemon": "^2.0.22",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|