{ "name": "pcf-project", "version": "1.0.0", "description": "Project containing your PowerApps Component Framework (PCF) control.", "scripts": { "build": "pcf-scripts build", "clean": "pcf-scripts clean", "lint": "pcf-scripts lint", "lint:fix": "pcf-scripts lint fix", "rebuild": "pcf-scripts rebuild", "start": "pcf-scripts start", "start:watch": "pcf-scripts start watch", "refreshTypes": "pcf-scripts refreshTypes" }, "dependencies": { "@azure/msal-browser": "^4.21.1", "@microsoft/agents-copilotstudio-client": "^1.2.2", "botframework-webchat": "^4.18.1-main.20250804.93043a9", "botframework-webchat-fluent-theme": "^4.18.1-main.20250804.93043a9", "react": "17.0.1", "react-dom": "17.0.1" }, "devDependencies": { "@eslint/js": "^9.25.1", "@microsoft/eslint-plugin-power-apps": "^0.2.51", "@types/node": "^18.19.86", "@types/powerapps-component-framework": "^1.3.16", "@types/react": "17.0.1", "@types/react-dom": "17.0.1", "eslint-plugin-promise": "^7.1.0", "globals": "^15.15.0", "pcf-scripts": "^1", "pcf-start": "^1", "typescript": "^5.8.3", "typescript-eslint": "^8.31.0" } }