@knxcloud/lowcode-hooks
Version:
38 lines • 850 B
JSON
{
"name": "@knxcloud/lowcode-hooks",
"version": "1.6.0",
"main": "dist/lowcode-hooks.js",
"module": "dist/lowcode-hooks.mjs",
"typings": "dist/lowcode-hooks.d.ts",
"keywords": [
"vue",
"lowcode",
"lowcode-engine"
],
"files": [
"dist"
],
"dependencies": {},
"devDependencies": {
"@alilc/lowcode-types": "^1.1.10",
"vite": "^4.4.9",
"vite-plugin-lib-types": "^2.0.4",
"vue": "^3.3.4"
},
"peerDependencies": {
"@alilc/lowcode-types": "^1.0.0",
"vue": "^3.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "http",
"url": "https://github.com/KNXCloud/lowcode-engine-vue/tree/main/packages/hooks"
},
"scripts": {
"build": "vite build",
"lint:type": "tsc -p ./tsconfig.json --noEmit"
}
}