UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

79 lines (78 loc) 1.88 kB
{ "name": "@feathersjs/authentication", "description": "Add Authentication to your FeathersJS app.", "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", "keywords": [ "feathers", "feathers-plugin" ], "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/daffl" }, "repository": { "type": "git", "url": "git://github.com/feathersjs/feathers.git" }, "author": { "name": "Feathers contributors", "email": "hello@feathersjs.com", "url": "https://feathersjs.com" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "src/**", "lib/**", "*.d.ts", "*.js" ], "contributors": [], "bugs": { "url": "https://github.com/feathersjs/feathers/issues" }, "engines": { "node": ">= 10" }, "scripts": { "prepublish": "npm run compile", "compile": "shx rm -rf lib/ && tsc", "test": "npm run compile && npm run mocha", "mocha": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts" }, "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "dependencies": { "@feathersjs/errors": "^4.5.15", "@feathersjs/feathers": "^4.5.15", "@feathersjs/transport-commons": "^4.5.15", "@types/jsonwebtoken": "^8.5.6", "debug": "^4.3.3", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", "long-timeout": "^0.1.1", "uuid": "^8.3.2" }, "devDependencies": { "@types/debug": "^4.1.7", "@types/lodash": "^4.14.178", "@types/mocha": "^9.0.0", "@types/node": "^17.0.8", "@types/uuid": "^8.3.3", "feathers-memory": "^4.1.0", "mocha": "^9.1.3", "shx": "^0.3.3", "ts-node": "^10.4.0", "typescript": "^4.5.4" }, "gitHead": "d0e9600002975296ab8de926acd317d0a73fce5c" }