{
  "name": "powerbi-visuals-tools",
  "version": "7.0.3",
  "description": "Command line tool for creating and publishing visuals for Power BI",
  "main": "./bin/pbiviz.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "pbiviz": "node ./bin/pbiviz.js",
    "start": "npm run pbiviz start",
    "test": "npm run build && npm run lint && npm run jasmine",
    "jasmine": "node spec/jasmine-runner.js",
    "jasmine-inspect": "node --inspect spec/jasmine-runner.js",
    "lint": "npx eslint .",
    "lint:fix": "npx eslint . --fix",
    "debug-tests": "npm run lint && npm run jasmine-inspect"
  },
  "bin": {
    "pbiviz": "./bin/pbiviz.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Microsoft/PowerBI-visuals-tools.git"
  },
  "author": "Microsoft",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Microsoft/PowerBI-visuals-tools/issues"
  },
  "homepage": "https://github.com/Microsoft/PowerBI-visuals-tools#readme",
  "dependencies": {
    "@typescript-eslint/parser": "^8.50.0",
    "async": "^3.2.6",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "compare-versions": "^6.1.1",
    "css-loader": "^7.1.4",
    "eslint-plugin-powerbi-visuals": "1.1.0",
    "fs-extra": "^11.3.3",
    "inline-source-map": "^0.6.3",
    "json-loader": "0.5.7",
    "jszip": "^3.10.1",
    "less": "^4.5.1",
    "less-loader": "^12.3.1",
    "lodash.clonedeep": "4.5.0",
    "lodash.defaults": "4.2.0",
    "lodash.isequal": "4.5.0",
    "lodash.ismatch": "^4.4.0",
    "mini-css-extract-plugin": "^2.10.0",
    "powerbi-visuals-webpack-plugin": "^5.0.0",
    "terser-webpack-plugin": "^5.3.16",
    "ts-loader": "^9.5.4",
    "typescript": "^5.9.3",
    "webpack": "^5.105.3",
    "webpack-bundle-analyzer": "4.10.2",
    "webpack-dev-server": "^5.2.3"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^8.50.0",
    "eslint": "^10.0.2",
    "globals": "^17.3.0",
    "jasmine": "^6.1.0",
    "jasmine-spec-reporter": "7.0.0",
    "semver": "7.7.3",
    "tree-kill": "1.2.2",
    "webpack-cli": "^6.0.1"
  },
  "optionalDependencies": {
    "fsevents": "*"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}
