You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LeftOvers_Api/API-Project/package.json

23 lines
545 B

{
"name": "api-project",
"version": "1.0.0",
"description": "",
"main": "src/server.ts",
"scripts": {
"start": "node build/server.js",
"build": "tsup src/index.ts --format cjs --clean",
"dev": "nodemon --watch src -e js,ts,json --exec \"ts-node src/server.ts\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"express": "^4.18.2",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}