feathersjs/feathers

View on GitHub
packages/authentication-oauth/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@feathersjs/authentication-oauth",
  "description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
  "version": "5.0.25",
  "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-oauth"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "engines": {
    "node": ">= 12"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "scripts": {
    "start": "ts-node test/app",
    "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/authentication": "^5.0.25",
    "@feathersjs/commons": "^5.0.25",
    "@feathersjs/errors": "^5.0.25",
    "@feathersjs/express": "^5.0.25",
    "@feathersjs/feathers": "^5.0.25",
    "@feathersjs/koa": "^5.0.25",
    "@feathersjs/schema": "^5.0.25",
    "cookie-session": "^2.1.0",
    "grant": "^5.4.22",
    "koa-session": "^6.4.0",
    "qs": "^6.12.1"
  },
  "devDependencies": {
    "@feathersjs/memory": "^5.0.25",
    "@types/cookie-session": "^2.0.49",
    "@types/express": "^4.17.21",
    "@types/koa-session": "^6.4.5",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.12.8",
    "@types/tough-cookie": "^4.0.5",
    "axios": "^1.6.8",
    "mocha": "^10.4.0",
    "shx": "^0.3.4",
    "tough-cookie": "^4.1.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.5"
  },
  "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}