{ "name": "@alilc/lowcode-types", "version": "2.0.0-beta.0", "description": "Types for Ali lowCode engine", "type": "module", "main": "dist/lowcodeTypes.js", "module": "dist/lowcodeTypes.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/lowcodeTypes.js", "module": "./dist/lowcodeTypes.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "files": [ "dist", "src", "package.json" ], "scripts": { "build": "vite build", "build-dts": "tsc -p tsconfig.declaration.json && node ../../scripts/rollup-dts.mjs", "test": "vitest" }, "dependencies": { "@alilc/lowcode-datasource-types": "^1.0.0", "@alifd/next": "^1.27.8", "react": "^18.2.0", "strict-event-emitter-types": "^2.0.0" }, "devDependencies": { "@types/react": "^18.2.0" }, "peerDependencies": { "react": "^18.2.0", "@alifd/next": "^1.27.8" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/types" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" }