@point3/logto-module
Version:
포인트3 내부 logto Authentication 모듈입니다
38 lines • 1.06 kB
JSON
{
"name": "@point3/logto-module",
"version": "1.1.9",
"description": "포인트3 내부 logto Authentication 모듈입니다",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build"
},
"author": "point3 개발팀",
"license": "ISC",
"dependencies": {
"@nestjs/common": "^11.1.3",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.3",
"@nestjs/graphql": "^13.2.4",
"@nestjs/testing": "^11.1.3",
"axios": "^1.9.0",
"jest": "^30.0.0",
"jose": "^5.10.0",
"point3-common-tool": "^1.0.31"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"typescript": "^5.8.3",
"@nestjs/core": "^11.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/violetpay-org/point3-logto-module.git"
},
"bugs": {
"url": "https://github.com/violetpay-org/point3-logto-module/issues"
},
"homepage": "https://github.com/violetpay-org/point3-logto-module#readme"
}