mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-04 10:58:15 +00:00
- @ali/lowcode-code-generator@0.8.3 - @ali/lowcode-demo@0.8.3 - @ali/lowcode-designer@0.8.4 - @ali/lowcode-editor-core@0.8.4 - @ali/lowcode-editor-skeleton@0.8.4 - @ali/lowcode-globals@0.8.3 - @ali/lowcode-material-parser@0.8.3 - @ali/lowcode-plugin-components-pane@0.8.3 - @ali/lowcode-plugin-designer@0.8.3 - @ali/lowcode-plugin-event-bind-dialog@0.8.4 - @ali/lowcode-plugin-outline-pane@0.8.4 - @ali/lowcode-plugin-sample-logo@0.8.3 - @ali/lowcode-plugin-sample-preview@0.8.3 - @ali/lowcode-plugin-sample-save@0.8.3 - @ali/lowcode-plugin-settings-pane@0.8.5 - @ali/lowcode-plugin-undo-redo@0.8.3 - @ali/lowcode-plugin-zh-en@0.8.3 - @ali/lowcode-react-renderer@0.8.4 - @ali/lowcode-react-simulator-renderer@0.8.3 - @ali/lowcode-runtime@0.8.3 - @ali/lowcode-setters@0.8.3
41 lines
871 B
JSON
41 lines
871 B
JSON
{
|
|
"name": "@ali/lowcode-code-generator",
|
|
"version": "0.8.3",
|
|
"description": "出码引擎 for LowCode Engine",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "rimraf lib && tsc",
|
|
"demo": "ts-node -r tsconfig-paths/register ./src/demo/main.ts",
|
|
"test": "ava"
|
|
},
|
|
"dependencies": {
|
|
"@ali/am-eslint-config": "*",
|
|
"change-case": "^3.1.0",
|
|
"short-uuid": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^7.0.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"ava": {
|
|
"compileEnhancements": false,
|
|
"snapshotDir": "test/fixtures/__snapshots__",
|
|
"extensions": [
|
|
"ts"
|
|
],
|
|
"require": [
|
|
"ts-node/register"
|
|
]
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://registry.npm.alibaba-inc.com"
|
|
},
|
|
"license": "MIT"
|
|
}
|