UNPKG

@nestjs/jwt

Version:

Nest - modern, fast, powerful node.js web framework (@jwt)

65 lines (64 loc) 1.74 kB
{ "name": "@nestjs/jwt", "version": "12.0.2", "type": "module", "description": "Nest - modern, fast, powerful node.js web framework (@jwt)", "author": "Kamil Mysliwiec", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "scripts": { "format": "prettier --write \"**/*.ts\"", "lint": "oxlint", "lint:fix": "oxlint --fix", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage --coverage.include=lib/**/*.ts", "build": "rm -rf dist && tsc -p tsconfig.build.json", "precommit": "lint-staged", "prepublish:npm": "npm run build", "publish:npm": "npm publish --access public", "prerelease": "npm run build", "release": "release-it", "prepare": "husky" }, "peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0" }, "devDependencies": { "@commitlint/cli": "21.2.2", "@commitlint/config-angular": "21.2.2", "@nestjs/common": "12.0.1", "@nestjs/core": "12.0.1", "@nestjs/testing": "12.0.1", "@types/node": "24.13.4", "husky": "9.1.7", "lint-staged": "17.5.1", "oxlint": "^1.0.0", "prettier": "3.9.6", "reflect-metadata": "0.2.2", "release-it": "21.0.3", "rxjs": "7.8.2", "typescript": "~7.0.0", "unplugin-oxc": "^0.6.0", "vitest": "^4.0.0" }, "dependencies": { "@types/jsonwebtoken": "9.0.10", "jsonwebtoken": "9.0.3" }, "lint-staged": { "**/*.{ts,json}": [] }, "repository": { "type": "git", "url": "https://github.com/nestjs/jwt" } }