{ "name": "@alilc/renderer-core", "version": "2.0.0-beta.0", "description": "", "type": "module", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme", "license": "MIT", "module": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc", "test": "vitest --run", "test:watch": "vitest" }, "dependencies": { "@alilc/lowcode-types": "1.3.2", "lodash-es": "^4.17.21" }, "devDependencies": { "@types/lodash-es": "^4.17.12" } }