mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
31 lines
723 B
JSON
31 lines
723 B
JSON
{
|
|
"name": "@ali/lowcode-types",
|
|
"version": "1.0.79",
|
|
"description": "Types for Ali lowCode engine",
|
|
"files": [
|
|
"es",
|
|
"lib"
|
|
],
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"scripts": {
|
|
"build": "build-scripts build --skip-demo"
|
|
},
|
|
"dependencies": {
|
|
"@ali/lowcode-datasource-types": "^1.0.21",
|
|
"power-di": "^2.2.4",
|
|
"react": "^16",
|
|
"strict-event-emitter-types": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@alib/build-scripts": "^0.1.18",
|
|
"@types/node": "^13.7.1",
|
|
"@types/react": "^16",
|
|
"build-plugin-component": "^0.2.10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.antfin-inc.com"
|
|
},
|
|
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
|
}
|