{
  "name": "pcf-scripts",
  "version": "1.42.1",
  "description": "This package contains a module for building PowerApps Component Framework (PCF) controls. See project homepage how to install.",
  "keywords": [
    "PowerApps",
    "PCF",
    "Microsoft"
  ],
  "bin": "./bin/pcf-scripts.js",
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "gulp",
    "clean": "gulp clean",
    "pack": "gulp pack",
    "watch": "gulp watch",
    "devbuildpack": "gulp devbuildpack",
    "test": "node node_modules/mocha/bin/mocha out/test -r chai",
    "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": {
    "@babel/core": "^7.26.0",
    "@babel/plugin-transform-class-properties": "^7.25.9",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
    "@babel/plugin-transform-object-rest-spread": "^7.25.9",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.25.9",
    "applicationinsights": "^2.5.0",
    "babel-loader": "^9.1.2",
    "chokidar": "^3.5.1",
    "css-loader": "^6.7.3",
    "fs-extra": "^11.2.0",
    "jsonschema": "^1.2.4",
    "lodash": "^4.17.21",
    "minimist": "^1.2.8",
    "sass": "^1.59.2",
    "sass-loader": "^13.2.0",
    "semver": "^7.7.1",
    "style-loader": "^3.3.2",
    "tapable": "^1.1.3",
    "ts-loader": "^9.4.2",
    "ts-node": "^8.10.2",
    "uuid": "^8.3.2",
    "webpack": "^5.94.0",
    "webpack-merge": "^5.8.0",
    "xml2js": "^0.5.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@pcf/dependencies": "^1.6.2254-master",
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.8",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash": "^4.17.12",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.19.31",
    "@types/semver": "^7.5.8",
    "@types/sinon": "^17.0.3",
    "@types/uuid": "^8.3.4",
    "@types/webpack": "^5.28.5",
    "@types/xml2js": "^0.4.14",
    "@types/yargs": "^15.0.15",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.2",
    "del": "^6.1.1",
    "eslint": "^9.17.0",
    "eslint-plugin-mocha": "^10.5.0",
    "gulp": "^5.0.0",
    "gulp-eslint-new": "^2.3.0",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.4",
    "gulp-sourcemaps": "^3.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "html-webpack-plugin": "^5.5.0",
    "mocha": "^10.2.0",
    "ordered-read-streams": "^2.0.0",
    "sinon": "^18.0.0",
    "typescript": "^4.9.5",
    "typescript-eslint": "^8.18.1",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "eslint": "^8 || ^9",
    "@svgr/webpack": "^8.1.0"
  },
  "peerDependenciesMeta": {
    "@svgr/webpack": {
      "optional": true
    }
  },
  "overrides": {
    "babel-loader": {
      "loader-utils": "2.0.3"
    }
  }
}
