????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@nestjs/jwt/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/@nestjs/jwt/package.json |
{ "name": "@nestjs/jwt", "version": "10.0.3", "description": "Nest - modern, fast, powerful node.js web framework (@jwt)", "author": "Kamil Mysliwiec", "license": "MIT", "scripts": { "format": "prettier --write \"**/*.ts\"", "lint": "eslint \"lib/**/*.ts\" --fix", "test": "jest --config=jest.json", "test:watch": "jest --config=jest.json --watch", "test:coverage": "jest --config=jest.json --coverage --coverageDirectory=coverage", "build": "rm -rf dist && tsc -p tsconfig.json", "precommit": "lint-staged", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prerelease": "npm run build", "release": "release-it", "prepare": "husky install" }, "peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0" }, "devDependencies": { "@commitlint/cli": "17.5.1", "@commitlint/config-angular": "17.4.4", "jest": "29.5.0", "ts-jest": "29.0.5", "reflect-metadata": "0.1.13", "@nestjs/core": "9.3.12", "@nestjs/testing": "9.3.12", "@types/jest": "29.5.0", "@typescript-eslint/eslint-plugin": "5.57.0", "@typescript-eslint/parser": "5.57.0", "eslint": "8.37.0", "eslint-config-prettier": "8.8.0", "eslint-plugin-import": "2.27.5", "@nestjs/common": "9.3.12", "@types/node": "18.15.11", "husky": "8.0.3", "lint-staged": "13.2.0", "prettier": "2.8.7", "release-it": "15.9.3", "typescript": "5.0.2" }, "dependencies": { "@types/jsonwebtoken": "9.0.1", "jsonwebtoken": "9.0.0" }, "lint-staged": { "**/*.{ts,json}": [] }, "repository": { "type": "git", "url": "https://github.com/nestjs/jwt" } }