36 lines
841 B
JSON
36 lines
841 B
JSON
{
|
|
"name": "colligit",
|
|
"version": "1.0.0",
|
|
"description": "Data collector",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "npx tsc && node build/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://rezrov.xyz/caranmegil/colligit.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.1",
|
|
"cors": "^2.8.5",
|
|
"date-fns": "^2.29.3",
|
|
"date-fns-tz": "^1.3.7",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"mongoose": "^6.8.4",
|
|
"node-fetch": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/body-parser": "^1.19.2",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/date-fns": "^2.6.0",
|
|
"@types/express": "^4.17.15",
|
|
"@types/node": "^18.11.18",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|