{
  "name": "@microsoft/connected-workbooks",
  "version": "3.4.2",
  "description": "Microsoft backed, Excel advanced xlsx workbook generation JavaScript library",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/workbookManager.d.ts",
    "dist/types.d.ts",
    "dist/index.d.ts"
  ],
  "scripts": {
    "build": "tsc",
    "build-webpack-prod": "webpack --mode=production --node-env=production",
    "build-webpack-dev": "webpack --mode=development --node-env=development",
    "clean": "jest --clearCache",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" --config .prettierrc",
    "test:clean": "npm run clean && npm run test",
    "test:node": "tsc && jest --config jest.config.node.js",
    "test:jsdom": "tsc && jest --config jest.config.jsdom.js",
    "test": "npm run test:jsdom && npm run test:node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/connected-workbooks.git"
  },
  "keywords": [
    "Power Query",
    "Excel",
    "Office",
    "Workbook",
    "Refresh",
    "Table",
    "xlsx"
  ],
  "author": "Microsoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/microsoft/connected-workbooks/issues"
  },
  "homepage": "https://github.com/microsoft/connected-workbooks#readme",
  "dependencies": {
    "@xmldom/xmldom": "~0.8.4",
    "base64-js": "^1.5.1",
    "buffer": "^6.0.3",
    "jszip": "^3.5.0",
    "uuid": "^9.0.0",
    "xmldom-qsa": "^1.1.3"
  },
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-typescript": "^7.14.5",
    "@types/base64-js": "^1.3.0",
    "@types/jest": "^26.0.24",
    "@types/jszip": "^3.4.1",
    "@types/uuid": "^9.0.2",
    "@types/webpack-bundle-analyzer": "^4.6.0",
    "@typescript-eslint/eslint-plugin": "^8.54.0",
    "@typescript-eslint/parser": "^8.54.0",
    "@webpack-cli/generators": "^3.0.7",
    "babel-jest": "^27.0.6",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.3.6",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.0.6",
    "nyc": "^15.1.0",
    "prettier": "2.3.2",
    "terser-webpack-plugin": "^5.3.9",
    "ts-loader": "^9.4.3",
    "ts-node": "^9.0.0",
    "typescript": "^4.9.5",
    "webpack": "^5.86.0",
    "webpack-bundle-analyzer": "^4.9.0",
    "webpack-cli": "^5.1.4"
  },
  "overrides": {
    "@octokit/request": "^8.4.1",
    "@octokit/plugin-paginate-rest": "^9.2.2",
    "@octokit/request-error": "^5.1.1",
    "tmp": "^0.2.4"
  }
}
