79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "@microsoft/power-apps-common",
|
|
"version": "1.1.3",
|
|
"type": "module",
|
|
"description": "Shared types, utilities, and services for Power Platform Managed Host packages",
|
|
"license": "See license in LICENSE file",
|
|
"exports": {
|
|
"./communication": {
|
|
"types": "./dist/communication/index.d.ts",
|
|
"default": "./dist/communication/index.js"
|
|
},
|
|
"./errors": {
|
|
"types": "./dist/errors/index.d.ts",
|
|
"default": "./dist/errors/index.js"
|
|
},
|
|
"./http": {
|
|
"types": "./dist/http/index.d.ts",
|
|
"default": "./dist/http/index.js"
|
|
},
|
|
"./metrics": {
|
|
"types": "./dist/metrics/index.d.ts",
|
|
"default": "./dist/metrics/index.js"
|
|
},
|
|
"./plugins": {
|
|
"types": "./dist/plugins/index.d.ts",
|
|
"default": "./dist/plugins/index.js"
|
|
},
|
|
"./services": {
|
|
"types": "./dist/services/index.d.ts",
|
|
"default": "./dist/services/index.js"
|
|
},
|
|
"./telemetry": {
|
|
"types": "./dist/telemetry/index.d.ts",
|
|
"default": "./dist/telemetry/index.js"
|
|
},
|
|
"./types": {
|
|
"types": "./dist/types/index.d.ts",
|
|
"default": "./dist/types/index.js"
|
|
},
|
|
"./utils": {
|
|
"types": "./dist/utils/index.d.ts",
|
|
"default": "./dist/utils/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"
|
|
},
|
|
"peerDependencies": {
|
|
"@microsoft/1ds-core-js": "4.3.11",
|
|
"@microsoft/1ds-post-js": "4.3.11"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@microsoft/1ds-core-js": {
|
|
"optional": true
|
|
},
|
|
"@microsoft/1ds-post-js": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/1ds-core-js": "4.3.11",
|
|
"@microsoft/1ds-post-js": "4.3.11",
|
|
"@repo/repo-config": "0.0.0",
|
|
"@types/bun": "1.3.13",
|
|
"tsc-esm-fix": "3.1.2",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|