Files
Compo-Service-Log-Project/package.json
T

36 lines
821 B
JSON

{
"name": "compo-service-log-project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "npm run format && npx ts-node ./src/index.ts",
"build": "npx tsc",
"format": "npx prettier . --write --log-level warn"
},
"keywords": [],
"authors": [
"Kevin Mitressé",
"Lucàs Vabre"
],
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"csvtojson": "^2.0.10",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"node-stream-zip": "^1.15.0",
"tar-stream": "^3.1.7",
"unzipper": "^0.12.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.5.5",
"@types/tar-stream": "^3.1.3",
"@types/unzipper": "^0.10.10",
"prettier": "3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}