npm workspace integration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "warframe-market-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "The background job that collects data and stores it in a DB",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
@@ -11,8 +11,9 @@
|
||||
"dependencies": {
|
||||
"axios": "^0.26.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"handlebars": "^4.7.7",
|
||||
"limiter": "^2.1.0"
|
||||
"limiter": "^2.1.0",
|
||||
"mongoose": "^6.2.6",
|
||||
"shared-stuff": "file:../shared-stuff"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint-config-standard": "^16.0.3",
|
||||
|
||||
Reference in New Issue
Block a user