{
  "name": "@polybase/auth",
  "description": "Auth for Polybase",
  "version": "0.6.6",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "homepage": "https://github.com/polybase/polybase-ts/tree/main/packages/auth",
  "license": "MIT",
  "files": [
    "dist/*",
    "src/*"
  ],
  "scripts": {
    "clean": "rimraf dist/* &",
    "build": "yarn clean && tsc && webpack",
    "prepare": "yarn build",
    "test": "jest ./src",
    "fix": "yarn eslint \"./src/**/*.{ts,tsx}\" --fix"
  },
  "jest": {
    "preset": "ts-jest",
    "roots": [
      "<rootDir>/src"
    ],
    "testMatch": [
      "<rootDir>/**/*.spec.{js,jsx,ts,tsx}"
    ],
    "testEnvironment": "jsdom"
  },
  "devDependencies": {
    "@sinonjs/fake-timers": "^9.1.2",
    "@types/elliptic": "^6.4.14",
    "@types/expect-puppeteer": "^5.0.2",
    "@types/jest": "^29.2.4",
    "@types/jest-environment-puppeteer": "^5.0.3",
    "@types/sinonjs__fake-timers": "^8.1.2",
    "@typescript-eslint/eslint-plugin": "^5.47.0",
    "@typescript-eslint/parser": "^5.47.0",
    "crypto-browserify": "^3.12.0",
    "eslint": "^8.30.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.1.7",
    "eslint-plugin-n": "^15.6.0",
    "eslint-plugin-promise": "^6.1.1",
    "ethereumjs-wallet": "^1.0.2",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "rimraf": "^3.0.2",
    "stream-browserify": "^3.0.0",
    "terser-webpack-plugin": "^5.3.6",
    "ts-jest": "^29.1.0",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "dependencies": {
    "penpal": "^6.2.2"
  },
  "gitHead": "0b2d1800ef6fbfaf329e3d07baa55ddda1d003f4"
}
