mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
27 lines
659 B
JSON
27 lines
659 B
JSON
{
|
||
"name": "@alilc/lowcode-ignitor",
|
||
"version": "1.1.10",
|
||
"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"
|
||
},
|
||
"repository": {
|
||
"type": "http",
|
||
"url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/ignitor"
|
||
},
|
||
"bugs": "https://github.com/alibaba/lowcode-engine/issues",
|
||
"homepage": "https://github.com/alibaba/lowcode-engine/#readme"
|
||
}
|