49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@microsoft/power-apps-actions",
|
|
"version": "1.5.5",
|
|
"type": "module",
|
|
"description": "Power Apps developer actions for data sources, code generation, and app publishing",
|
|
"license": "See license in LICENSE file",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.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/",
|
|
"clean": "bun ../../scripts/clean.ts dist .turbo tsconfig.tsbuildinfo tsconfig.build.tsbuildinfo",
|
|
"validate-connectors": "bun run scripts/validate-connectors.ts"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/power-apps-common": "1.1.3",
|
|
"prettier": "3.8.1",
|
|
"sax": "1.4.1",
|
|
"ts-morph": "27.0.2",
|
|
"zod": "3.24.4",
|
|
"zod-to-json-schema": "3.24.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/repo-config": "0.0.0",
|
|
"@types/bun": "1.3.13",
|
|
"@types/node": "22.19.9",
|
|
"@types/sax": "1.2.7",
|
|
"tsc-esm-fix": "3.1.2",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|