73 lines
1.5 KiB
JSON
73 lines
1.5 KiB
JSON
{
|
|
"name": "@microsoft/power-apps-vite",
|
|
"version": "1.0.2",
|
|
"description": "Vite plugin for Power Apps",
|
|
"license": "See license in LICENSE file",
|
|
"type": "module",
|
|
"main": "./lib-cjs/index.js",
|
|
"module": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./lib/index.d.ts",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./lib-cjs/index.d.ts",
|
|
"default": "./lib-cjs/index.js"
|
|
}
|
|
},
|
|
"./plugin": {
|
|
"import": {
|
|
"types": "./lib/plugin/index.d.ts",
|
|
"default": "./lib/plugin/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./lib-cjs/plugin/index.d.ts",
|
|
"default": "./lib-cjs/plugin/index.js"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"lib/**",
|
|
"lib-cjs/**",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"build": "pa-client-build",
|
|
"postbuild": "tsc -p tsconfig.cjs.json",
|
|
"lint": "pa-client-lint",
|
|
"test": "pa-client-test"
|
|
},
|
|
"layer": "pure-package",
|
|
"peerDependencies": {
|
|
"vite": ">=5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"vite": {
|
|
"optional": false
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pa-client/build-scripts": "1.0.0",
|
|
"@types/node": "^22.9.0",
|
|
"@types/jest": "29.5.6",
|
|
"typescript": "5.2.2",
|
|
"vite": ">=5.0.0"
|
|
},
|
|
"keywords": [
|
|
"vite",
|
|
"vite-plugin",
|
|
"powerapps",
|
|
"power-apps"
|
|
]
|
|
}
|