{
  "name": "@dodgeball/trust-sdk-client",
  "version": "0.0.40",
  "description": "Dodgeball Client SDK",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "umd:main": "dist/umd/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "build": "npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:types",
    "build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
    "build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
    "build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
    "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
    "watch": "npm-watch",
    "link": "npm link",
    "clean": "node tools/cleanup",
    "package": "npm run build && npm pack",
    "test": "jest --no-cache --runInBand",
    "test:cov": "jest --coverage --no-cache --runInBand",
    "addscope": "node tools/packagejson name @dodgeball/trust-sdk-client"
  },
  "watch": {
    "build": {
      "patterns": [
        "src"
      ],
      "extensions": "ts",
      "ignore": [
        "dist",
        "node_modules"
      ],
      "quite": true
    },
    "link": {
      "patterns": [
        "dist/types"
      ],
      "extensions": "ts",
      "ignore": [
        "src",
        "node_modules"
      ],
      "delay": 4000
    }
  },
  "author": "Dodgeball <support@dodgeballhq.com> (https://dodgeballhq.com/)",
  "contributors": [
    "Patrick Teague"
  ],
  "bugs": {
    "url": "https://github.com/dodgeballhq/dodgeball-trust-sdk-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dodgeballhq/dodgeball-trust-sdk-js"
  },
  "license": "ISC",
  "files": [
    "dist"
  ],
  "dependencies": {
    "axios": "^0.24.0",
    "js-cookie": "^3.0.5",
    "lodash.clonedeep": "^4.5.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@types/jest": "^27.0.1",
    "@types/js-cookie": "^3.0.1",
    "@types/lodash.clonedeep": "^4.5.7",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "husky": "^7.0.2",
    "jest": "^27.2.0",
    "npm-watch": "^0.11.0",
    "pinst": "^2.1.6",
    "prettier": "^2.4.0",
    "ts-jest": "^27.0.5",
    "ts-loader": "^9.2.5",
    "typescript": "^4.4.3",
    "webpack": "^5.52.1",
    "webpack-cli": "^4.8.0"
  },
  "jest": {
    "transform": {
      "^.+\\.ts?$": "ts-jest"
    },
    "testRegex": "tests/.*|(\\.|/)(test|spec)\\.ts$",
    "moduleFileExtensions": [
      "js",
      "ts"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "keywords": [
    "dodgeball",
    "security",
    "trust and safety",
    "risk",
    "fraud prevention",
    "api"
  ]
}
