mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 09:15:16 +00:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"name": "playground",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite"
|
|
},
|
|
"dependencies": {
|
|
"@alilc/lowcode-engine": "workspace:*"
|
|
}
|
|
}
|