{
  "version": "0.6.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint --fix",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "publish": "npm publish --access public"
  },
  "peerDependencies": {
    "@nbcom/api": "^0.5.10",
    "jwt-decode": "^3.1.2",
    "next": "^12",
    "react": ">=17"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "semi": true,
    "tabWidth": 2,
    "printWidth": 100,
    "singleQuote": false,
    "bracketSpacing": true,
    "arrowParens": "always",
    "trailingComma": "all",
    "endOfLine": "auto"
  },
  "name": "@nbcom/auth",
  "author": "faceless49",
  "module": "dist/auth.esm.js",
  "size-limit": [
    {
      "path": "dist/auth.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/auth.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@nbcom/api": "^0.1.1",
    "@size-limit/preset-small-lib": "^8.1.0",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.8",
    "husky": "^8.0.2",
    "jwt-decode": "^3.1.2",
    "next": "^13.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "size-limit": "^8.1.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.1",
    "typescript": "^4.8.4"
  }
}
