mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
36 lines
920 B
JSON
36 lines
920 B
JSON
{
|
|
"name": "@alilc/lowcode-types",
|
|
"version": "1.3.0",
|
|
"description": "Types for Ali lowCode engine",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"build": "build-scripts build"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-datasource-types": "^1.0.0",
|
|
"react": "^16.9",
|
|
"strict-event-emitter-types": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16"
|
|
},
|
|
"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"
|
|
}
|