UNPKG

@feathersjs/authentication

Version:

Add Authentication to your FeathersJS app.

81 lines (80 loc) 2.01 kB
{ "name": "@feathersjs/authentication", "description": "Add Authentication to your FeathersJS app.", "version": "5.0.8", "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", "directory": "packages/authentication" }, "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": ">= 12" }, "scripts": { "prepublish": "npm run compile", "pack": "npm pack --pack-destination ../generators/test/build", "compile": "shx rm -rf lib/ && tsc && npm run pack", "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts" }, "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "dependencies": { "@feathersjs/commons": "^5.0.8", "@feathersjs/errors": "^5.0.8", "@feathersjs/feathers": "^5.0.8", "@feathersjs/hooks": "^0.8.1", "@feathersjs/schema": "^5.0.8", "@feathersjs/transport-commons": "^5.0.8", "@types/jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.1", "lodash": "^4.17.21", "long-timeout": "^0.1.1", "uuid": "^9.0.0" }, "devDependencies": { "@feathersjs/memory": "^5.0.8", "@types/lodash": "^4.14.195", "@types/mocha": "^10.0.1", "@types/node": "^20.4.2", "@types/uuid": "^9.0.2", "mocha": "^10.2.0", "shx": "^0.3.4", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "gitHead": "414336a047a556f1986b4bb253416d5b8a973d9f" }