{
  "name": "facebook-auth-nestjs",
  "version": "0.0.4",
  "description": "facebook-auth-nestjs",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepare": "npm run build",
    "version": "git add -A src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/devMontagnini/facebook-auth-nestjs.git"
  },
  "keywords": [
    "nestjs",
    "facebook",
    "auth"
  ],
  "author": "André Montagnini",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/devMontagnini/facebook-auth-nestjs/issues"
  },
  "homepage": "https://github.com/devMontagnini/facebook-auth-nestjs#readme",
  "dependencies": {
    "@nestjs/axios": "^3.0.0",
    "@nestjs/common": "^10.0.0",
    "axios": "^1.4.0",
    "rxjs": "^7.8.1"
  },
  "devDependencies": {
    "typescript": "^5.1.3"
  }
}
