Files
warframe-center/package.json
Anatoly 13a1bd9ab0
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build encountered an error
Added a rate limiter
2022-03-07 01:36:25 +03:00

21 lines
422 B
JSON

{
"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"
}
}