colligit/package.json

28 lines
649 B
JSON

{
"name": "colligit",
"version": "1.0.0",
"description": "Data collector",
"main": "index.js",
"type": "module",
"scripts": {
"start": "npx tsc && node build/index.js",
"start:dev": "export PORT=4500 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": {
"dotenv": "^16.0.3",
"firebase-admin": "^11.11.0",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"typescript": "^4.9.4"
}
}