Skip to content

Commit

Permalink
build: add dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Dec 25, 2023
1 parent 470106f commit b60c721
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
33 changes: 17 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"semantic-release-plugin-decorators": "3.0.1"
},
"devDependencies": {
"@nx/eslint": "17.2.7",
"@nx/eslint-plugin": "17.2.7",
"@nx/jest": "17.2.7",
"@nx/js": "17.2.7",
Expand All @@ -71,6 +72,7 @@
"@typescript-eslint/parser": "6.15.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"conventional-changelog-conventionalcommits": "^5.0.0",
"dotenv": "^16.3.1",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"fs-extra": "^11.1.1",
Expand All @@ -84,7 +86,6 @@
"ts-node": "10.9.1",
"ttypescript": "^1.5.13",
"type-fest": "^2.8.0",
"typescript": "5.2.2",
"@nx/eslint": "17.2.7"
"typescript": "5.2.2"
}
}

0 comments on commit b60c721

Please sign in to comment.