{
  "name": "pcf-start",
  "version": "1.51.1",
  "description": "This package contains a module for locally hosting PowerApps Component Framework (PCF) controls. See project homepage how to install.",
  "keywords": [
    "PowerApps",
    "PCF",
    "Microsoft"
  ],
  "main": "index.js",
  "bin": "./bin/pcf-start.js",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "gulp",
    "pack": "gulp pack",
    "devbuildpack": "gulp devbuildpack",
    "clean": "gulp clean",
    "test": "jest",
    "coverage": "jest --coverage",
    "show-coverage": "start ./test/coverage/lcov-report/index.html",
    "lint": "node ../common/node_modules/eslint/bin/eslint.js",
    "lint:fix": "npm run lint -- --fix",
    "renew": "set npm_config_registry=https://registry.npmjs.org && npx vsts-npm-auth -config .npmrc -f -E 40320"
  },
  "author": "Microsoft",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://docs.microsoft.com/en-us/powerapps/developer/component-framework/create-custom-controls-using-pcf",
  "dependencies": {
    "applicationinsights": "^2.9.8",
    "browser-sync": "^3.0.4",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@babel/core": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-react": "^7.27.1",
    "@types/browser-sync": "^2.29.0",
    "@types/enzyme": "^3.10.19",
    "@types/enzyme-adapter-react-16": "^1.0.9",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/lodash": "^4.17.20",
    "@types/node": "^20.19.11",
    "@types/papaparse": "^5.3.16",
    "@types/react": "^16.14.66",
    "@types/react-dom": "^16.9.25",
    "@types/semver": "^7.7.0",
    "@types/uuid": "^10.0.0",
    "@types/xml2js": "^0.4.14",
    "@types/yargs": "^17.0.33",
    "acorn": "^8.15.0",
    "babel-jest": "^30.1.2",
    "babel-loader": "^10.0.0",
    "brace-expansion": "^1.1.12",
    "buffer": "^6.0.3",
    "css-loader": "^7.1.2",
    "del": "^8.0.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.8",
    "enzyme-to-json": "^3.6.2",
    "eslint-plugin-jest": "^28.14.0",
    "fela": "11.4.0",
    "fela-dom": "11.4.0",
    "form-data": "^4.0.4",
    "fs-extra": "^11.3.1",
    "gulp": "^5.0.1",
    "gulp-eslint-new": "^2.4.0",
    "gulp-rename": "^2.1.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "html-webpack-plugin": "^5.6.4",
    "jest": "^30.1.3",
    "jest-environment-jsdom": "^30.1.2",
    "lodash": "^4.17.21",
    "ordered-read-streams": "^2.0.0",
    "papaparse": "^5.5.3",
    "path-browserify": "^1.0.1",
    "pcf-scripts": "file:../pcf-scripts",
    "process": "0.11.10",
    "react": "16.14.0",
    "react-accessible-accordion": "^3.3.5",
    "react-dom": "16.14.0",
    "react-fela": "11.4.0",
    "react-test-renderer": "16.14.0",
    "sass": "^1.91.0",
    "sass-loader": "^16.0.5",
    "semver": "^7.7.2",
    "stream-browserify": "^3.0.0",
    "style-loader": "^4.0.0",
    "timers-browserify": "^2.0.12",
    "ts-jest": "^29.4.1",
    "ts-loader": "^9.5.4",
    "typescript": "^5.9.2",
    "uuid": "^11.1.0",
    "webpack": "^5.101.3",
    "webpack-cli": "^6.0.1",
    "webpack-stream": "^7.0.0",
    "ws": "^8.18.3",
    "xml2js": "^0.6.2"
  },
  "overrides": {
    "browser-sync": {
      "qs": "^6.2.4",
      "socket.io": "^4.6.2"
    },
    "babel-loader": {
      "loader-utils": "2.0.3"
    },
    "enzyme": {
      "cheerio": "1.0.0-rc.12"
    }
  }
}