{
  "name": "avvir",
  "repository": "git@github.com:Avvir/avvir-javascript-client.git",
  "version": "8.10.6",
  "description": "Javascript client for Avvir APIs",
  "license": "Apache-2.0",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "main": "dist/avvir_api.node.js",
  "files": [
    "dist/*",
    "dist/**",
    "source/*",
    "source/**"
  ],
  "browserslist": [
    "> 1%",
    "IE 11",
    "Firefox ESR"
  ],
  "scripts": {
    "build": "yarn build-esm && yarn build-web",
    "build-esm": "tsc --project tsconfig.esm.json",
    "build-web": "yarn run webpack",
    "clean": "rm -rf ./dist",
    "prepublishOnly": "yarn rebuild",
    "rebuild": "yarn clean && yarn build",
    "test": "NODE_ENV=test AVVIR_ENVIRONMENT=acceptance nyc mocha --exit --require ./tests/test_utils/mocha_setup.js --recursive \"./tests{,/**/}**test.[tj]s*\" --recursive",
    "test:integration": "NODE_ENV=test AVVIR_ENVIRONMENT=acceptance nyc mocha --exit --require ./tests/test_utils/mocha_setup.js --recursive \"./integration_tests{,/**/}**.[tj]s*\" --recursive"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.12.9",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.12.7",
    "@babel/preset-typescript": "^7.12.7",
    "@babel/register": "^7.12.1",
    "@types/chai-datetime": "^0.0.37",
    "@types/jsonwebtoken": "^8.5.6",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.10.2",
    "@types/sinon": "^9.0.0",
    "@types/sinon-chai": "^3.2.4",
    "babel-plugin-module-resolver": "^4.1.0",
    "chai": "^4.2.0",
    "chai-almost": "^1.0.1",
    "chai-datetime": "^1.7.0",
    "chai-json-equal": "^0.0.1",
    "chai-spies": "^1.0.0",
    "chai-things": "^0.2.0",
    "deepmerge": "^4.2.2",
    "fetch-mock": "^9.11.0",
    "mocha": "^8.2.1",
    "sinon": "^11.1.2",
    "sinon-chai": "^3.5.0",
    "tolerant-deep-eql": "git+http://git@github.com/TiraO/deep-eql.git#06a376d",
    "ts-loader": "^9.2.6",
    "typescript": "^4.1.2",
    "webpack": "5.61.0",
    "webpack-cli": "^4.2.0",
    "webpack-node-externals": "^2.5.2"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "crypto-browserify": "^3.12.0",
    "extendable-error-class": "^0.1.2",
    "jsonwebtoken": "^8.5.1",
    "moment": "^2.29.1",
    "node-fetch": "^2.6.1",
    "nyc": "^15.1.0",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "three": "0.110.0",
    "underscore": "^1.12.0",
    "util": "^0.12.4",
    "yarn": "^1.22.22"
  },
  "mocha": {
    "require": [
      "./tests/test_utils/mocha_setup.js",
      "./tests/test_utils/setup_tests.ts"
    ],
    "exit": true,
    "ui": "bdd"
  },
  "engines": {
    "node": ">=20"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
