mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-07 13:48:27 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@alilc/lowcode-types",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "Types for Ali lowCode engine",
|
|
"type": "module",
|
|
"main": "dist/lowcodeTypes.js",
|
|
"module": "dist/lowcodeTypes.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/lowcodeTypes.js"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-datasource-types": "^1.0.0",
|
|
"@alifd/next": "^1.27.8",
|
|
"react": "^18.2.0",
|
|
"strict-event-emitter-types": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"@alifd/next": "^1.27.8"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/types"
|
|
},
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
|
}
|