Files
warframe-center/gather/package.json

23 lines
541 B
JSON

{
"name": "gather",
"private": true,
"version": "1.0.0",
"description": "The background job that collects data and stores it in a DB",
"scripts": {
"start": "node ./dist/src/index.js",
"build": "../node_modules/typescript/bin/tsc"
},
"dependencies": {
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"limiter": "^2.1.0",
"mongoose": "^6.4.3",
"shared-stuff": "1.0.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"eslint-config-standard-with-typescript": "^22.0.0",
"pm2": "^5.2.0"
}
}