mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
||
"name": "@alilc/lowcode-ignitor",
|
||
"version": "1.0.13",
|
||
"description": "点火器,bootstrap lce project",
|
||
"main": "lib/index.js",
|
||
"private": true,
|
||
"files": [
|
||
"dist",
|
||
"es",
|
||
"lib"
|
||
],
|
||
"scripts": {
|
||
"start": "build-scripts start --disable-open --port 5555"
|
||
},
|
||
"license": "MIT",
|
||
"devDependencies": {
|
||
"@alib/build-scripts": "^0.1.18",
|
||
"fs-extra": "^10.0.0"
|
||
}
|
||
}
|