Skip to content

Commit

Permalink
build(libs): remove unused libs
Browse files Browse the repository at this point in the history
  • Loading branch information
An Nguyen Q committed Mar 6, 2022
1 parent 5782631 commit ab2be7f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 476 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@topthithu/nest-auth0",
"version": "0.0.4",
"description": "Integrate auth0 to nestjs",
"description": "A utility module to integrate auth0 with NestJS",
"author": "An Nguyen Q. <ngquangan.dev@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -26,22 +26,17 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"auth0": "^2.40.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.2.0"
"auth0": "^2.40.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@nestjs/cli": "^8.0.0",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@types/auth0": "^2.34.13",
"@types/express": "^4.17.13",
"@types/jest": "27.4.1",
"@types/node": "^16.0.0",
"@types/supertest": "^2.0.11",
Expand All @@ -53,6 +48,8 @@
"husky": "^7.0.4",
"jest": "^27.2.5",
"prettier": "^2.3.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"ts-jest": "^27.0.3",
Expand Down Expand Up @@ -81,4 +78,4 @@
"publishConfig": {
"access": "public"
}
}
}
Loading

0 comments on commit ab2be7f

Please sign in to comment.