Migrate to yarn
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user