{ "name": "@alilc/lowcode-plugin-command", "version": "2.0.0-beta.0", "description": "> TODO: description", "author": "liujuping ", "homepage": "https://github.com/alibaba/lowcode-engine#readme", "license": "ISC", "type": "module", "main": "dist/command.cjs", "module": "dist/command.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/command.js", "require": "./dist/command.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist", "src", "package.json" ], "sideEffects": [ "*.css" ], "scripts": { "build:target": "vite build", "build:dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs", "test": "vitest" }, "bugs": { "url": "https://github.com/alibaba/lowcode-engine/issues" }, "dependencies": { "@alilc/lowcode-types": "workspace:*", "@alilc/lowcode-utils": "workspace:*" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/alibaba/lowcode-engine.git" } }