Migrate to yarn

This commit is contained in:
2022-07-07 00:51:28 +03:00
parent 1af1048670
commit 78fd1b5adf
32 changed files with 10289 additions and 20356 deletions

View File

@@ -1,21 +1,22 @@
{
"name": "warframe-market-bot",
"name": "gather",
"private": true,
"version": "1.0.0",
"description": "The background job that collects data and stores it in a DB",
"main": "index.js",
"scripts": {
"start": "node src/index.js"
"start": "node ./dist/index.js",
"build": "./node_modules/typescript/bin/tsc"
},
"author": "Anatoly Kopyl",
"license": "ISC",
"dependencies": {
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"limiter": "^2.1.0",
"shared-stuff": "file:../shared-stuff"
"mongoose": "^6.4.3",
"shared-stuff": "1.0.0",
"typescript": "^4.7.4"
},
"devDependencies": {
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-with-typescript": "^22.0.0",
"pm2": "^5.2.0"
}
}