{
  "name": "@qualtrics/actions-task-client",
  "version": "1.8.1",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "scripts": {
    "build": "npm run clean && rollup --c",
    "dev": "npm run clean && rollup --c --watch",
    "clean": "npx rimraf dist/*",
    "lint": "eslint {src,test}/**/*.* --fix",
    "test": "npm run clean && npx tsc && mocha --require ts-node/register --require tsconfig-paths/register 'test/**/*.test.ts'",
    "docs": "npx typedoc --plugin typedoc-plugin-markdown",
    "trs-publish": "make trs-publish",
    "test:trs-compatible": "nyc mocha --require ts-node/register --require tsconfig-paths/register --reporter=mocha-junit-reporter --reporter-options mochaFile=./coverage/junit.xml 'test/**/*.test.ts'",
    "coverage:trs-compatible": "npm run clean && npx tsc && nyc --reporter=cobertura --temp-dir=./coverage/.nyc_output npm run test:trs-compatible",
    "verify": "npm run coverage:trs-compatible",
    "prerelease-alpha": "npm version prerelease --preid=alpha"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "integrations@qualtrics.com",
  "license": "LICENSE.md",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@rollup/plugin-commonjs": "^16.0.0",
    "@rollup/plugin-json": "^4.0.3",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "@types/assert": "^1.4.7",
    "@types/lodash.clonedeep": "^4.5.6",
    "@types/lodash.get": "^4.4.6",
    "@types/lodash.isfunction": "^3.0.6",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.4",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^9.0.3",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "assert": "^2.0.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-prettier": "^5.4.1",
    "jsdom": "^29.1.1",
    "mocha": "^8.0.1",
    "mocha-junit-reporter": "^2.0.0",
    "npx": "^10.2.2",
    "nyc": "^15.1.0",
    "path": "^0.12.7",
    "proxyquire": "^2.1.3",
    "rimraf": "^3.0.2",
    "rollup": "^2.11.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-license": "^2.1.0",
    "rollup-plugin-polyfill": "^3.0.0",
    "rollup-plugin-terser": "^6.1.0",
    "rollup-plugin-typescript2": "^0.27.1",
    "rollup-plugin-visualizer": "^5.9.0",
    "sinon": "^9.0.2",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "^4.2.0",
    "typedoc": "^0.17.8",
    "typedoc-plugin-markdown": "^2.3.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@qualtrics/plugin-client": "^1.9.22",
    "core-js": "^3.29.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.get": "^4.4.2",
    "lodash.isfunction": "^3.0.9",
    "regenerator-runtime": "^0.13.11"
  },
  "nyc": {
    "lines": 83,
    "all": true,
    "check-coverage": true,
    "include": [
      "src/**/*"
    ],
    "exclude": [
      "test/**/*"
    ]
  }
}
