mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-13 17:11:49 +00:00
22 lines
420 B
JSON
22 lines
420 B
JSON
{
|
|
"name": "compo-service-log-project",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "npm run build && npm run start",
|
|
"start": "node build/index.js",
|
|
"build": "npx tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"express": "^4.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.5.5",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|