adding app config and auth modules

This commit is contained in:
Noah Spannbauer
2024-05-27 18:53:16 -05:00
parent 32c2da22f5
commit 373337d8d6
17 changed files with 168 additions and 155 deletions

View File

@@ -1,9 +1,8 @@
{
"name": "@noahspan/noahspan-modules",
"version": "0.0.1",
"version": "0.1.1",
"description": "",
"author": "",
"private": true,
"license": "UNLICENSED",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -12,7 +11,7 @@
],
"scripts": {
"build": "rm -rf ./dist && tsc",
"format": "prettier --write \"test/**/*.ts\" \"libs/**/*.ts\"",
"format": "prettier --write \"libs/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug --watch",
@@ -29,6 +28,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"axios": "^1.7.2",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1"
},
@@ -44,7 +44,6 @@
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.5.0",
"prettier": "^3.0.0",
"source-map-support": "^0.5.21",