@nestjs/jwt
Version:
Nest - modern, fast, powerful node.js web framework (@jwt)
58 lines (57 loc) • 1.69 kB
JSON
{
"name": "@nestjs/jwt",
"version": "10.0.2",
"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.4.2",
"@commitlint/config-angular": "17.4.2",
"jest": "29.4.2",
"ts-jest": "29.0.5",
"reflect-metadata": "0.1.13",
"@nestjs/core": "9.3.7",
"@nestjs/testing": "9.3.7",
"@types/jest": "29.4.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"@nestjs/common": "9.3.7",
"@types/node": "18.13.0",
"husky": "8.0.3",
"lint-staged": "13.1.1",
"prettier": "2.8.4",
"release-it": "15.6.0",
"typescript": "4.9.5"
},
"dependencies": {
"@types/jsonwebtoken": "9.0.1",
"jsonwebtoken": "9.0.0"
},
"lint-staged": {
"**/*.{ts,json}": []
},
"repository": {
"type": "git",
"url": "https://github.com/nestjs/jwt"
}
}