add dotenv as an explicit dependency
... | @@ -32,6 +32,7 @@ | ... | @@ -32,6 +32,7 @@ |
"@babel/preset-typescript": "^7.15.0", | "@babel/preset-typescript": "^7.15.0", | ||
"@resolritter/tsc-files": "^1.1.4", | "@resolritter/tsc-files": "^1.1.4", | ||
"@types/node": "^16.10.3", | "@types/node": "^16.10.3", | ||
"dotenv": "^16.0.1", | |||
"nodemon": "^2.0.13", | "nodemon": "^2.0.13", | ||
"opstooling-js-style": "https://github.com/paritytech/opstooling-js-style#master", | "opstooling-js-style": "https://github.com/paritytech/opstooling-js-style#master", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
... | ... |
Please register or sign in to comment