UNPKG

csrf-validator

Version:
60 lines (59 loc) 1.55 kB
{ "name": "csrf-validator", "version": "1.1.4", "description": "CSRF Validator for Node.js", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "npm install && npm run build && mocha --check-leaks --reporter spec --bail test/", "build": "tsc", "publish-lib": "npm run build && npm publish", "publish-beta": "npm run build && npm publish --tag beta", "publish-dryrun": "npm run build && npm publish --dry-run" }, "keywords": [ "csrf", "security", "cross", "site", "reference", "forgery", "next", "request", "express", "expressjs", "nest", "nestjs", "npm", "node", "nodejs", "typescript", "library" ], "author": "Sajeer Babu <sajeerzeji44@gmail.com> (https://www.linkedin.com/in/sajeerzeji/)", "license": "MIT", "dependencies": { "@types/express": "^4.17.13", "@types/http-errors": "^1.8.1", "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "express": "^4.17.1", "http-errors": "^1.8.0", "http-status": "^1.5.0", "typescript": "^4.4.2" }, "devDependencies": { "@types/express": "^4.17.13", "@types/mocha": "^9.0.0", "@types/supertest": "^2.0.11", "cookie-parser": "^1.4.5", "cookie-session": "^1.4.0", "expect": "^27.1.0", "express": "^4.17.1", "mocha": "^9.1.1", "supertest": "^6.1.6" }, "repository": "ohawks-js/csrf-validator", "homepage": "https://github.com/ohawks-js/csrf-validator/blob/master/README.md" }