Files
power-apps-codeapps-pipelines/CodeApp_NeonReactor/node_modules/@microsoft/power-apps-cli/package.json
T
2026-07-12 15:11:38 +02:00

47 lines
1.2 KiB
JSON

{
"name": "@microsoft/power-apps-cli",
"version": "0.11.6",
"type": "module",
"description": "CLI for Power Apps code apps",
"license": "See license in LICENSE file",
"bin": {
"power-apps": "./dist/Bin.js"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc -p tsconfig.build.json && tsc-esm-fix --target dist",
"dev": "tsc -p tsconfig.json --watch",
"check-types": "tsc --noEmit",
"lint": "eslint src/",
"test": "bun test --isolate src/",
"test:e2e": "bun test src/__tests__/e2e/",
"clean": "bun ../../scripts/clean.ts dist .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo"
},
"dependencies": {
"@microsoft/power-apps-actions": "1.5.5",
"@microsoft/power-apps-common": "1.1.3",
"@azure/msal-node": "3.6.3",
"@azure/msal-node-extensions": "1.5.17",
"@clack/prompts": "0.6.3",
"@microsoft/1ds-core-js": "4.3.11",
"@microsoft/1ds-post-js": "4.3.11",
"chalk": "4.1.2",
"commander": "10.0.1",
"open": "8.4.0"
},
"engines": {
"node": ">=22"
},
"devDependencies": {
"@repo/repo-config": "0.0.0",
"@types/bun": "1.3.13",
"@types/node": "22.19.9",
"tsc-esm-fix": "3.1.2",
"typescript": "5.9.3"
}
}