mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@alilc/lowcode-engine-core",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "dist/engine-core.js",
|
|
"module": "dist/engine-core.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/engine-core.js",
|
|
"require": "./dist/engine-core.cjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./dist/": {
|
|
"import": "./dist/",
|
|
"require": "./dist/"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"build:target": "vite build",
|
|
"build:dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs",
|
|
"test": "vitest"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@alilc/lowcode-shared": "workspace:*",
|
|
"lodash-es": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "http",
|
|
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/engine-core"
|
|
},
|
|
"gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
|
}
|