File structure

This commit is contained in:
2022-03-12 03:35:35 +03:00
parent dcb3c2102e
commit 1e397af280
41 changed files with 1314 additions and 223 deletions

21
gather/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "warframe-market-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anatoly Kopyl",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"handlebars": "^4.7.7",
"limiter": "^2.1.0"
},
"devDependencies": {
"eslint-config-standard": "^16.0.3",
"pm2": "^5.2.0"
}
}