mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-06 12:58:12 +00:00
22 lines
501 B
JSON
22 lines
501 B
JSON
{
|
|
"name": "@alilc/renderer-core",
|
|
"version": "2.0.0-beta.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
|
"homepage": "https://github.com/alibaba/lowcode-engine/#readme",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "",
|
|
"test": "vitest --run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-types": "1.3.2",
|
|
"lodash-es": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12"
|
|
}
|
|
}
|