{
  "name": "@webex/test-helper-file",
  "description": "File helpers for writing isomorphicish mocha tests",
  "license": "MIT",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/@webex/test-helper-file"
  },
  "engines": {
    "node": ">=18"
  },
  "browser": {
    "./dist/file.js": "./dist/file.shim.js",
    "./src/file.js": "./src/file.shim.js"
  },
  "dependencies": {
    "@webex/common": "3.12.0",
    "@webex/test-helper-make-local-url": "3.12.0",
    "es6-promise": "^4.2.8",
    "file-type": "^16.0.1",
    "xhr": "^2.5.0"
  },
  "scripts": {
    "build": "yarn build:src",
    "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
    "deploy:npm": "yarn npm publish",
    "test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
    "test:browser": "webex-legacy-tools test --integration --runner karma",
    "test:style": "eslint ./src/**/*.*"
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@webex/babel-config-legacy": "0.0.0",
    "@webex/eslint-config-legacy": "0.0.0",
    "@webex/jest-config-legacy": "0.0.0",
    "@webex/legacy-tools": "0.0.0",
    "@webex/test-helper-chai": "3.12.0",
    "@webex/test-helper-mocha": "3.12.0",
    "@webex/test-helper-mock-webex": "3.12.0",
    "@webex/test-helper-test-users": "3.12.0",
    "eslint": "^8.24.0",
    "prettier": "^2.7.1"
  },
  "version": "3.12.0"
}