{ "name": "@felce/lowcode-utils", "version": "1.5.1", "description": "Utils for Ali lowCode engine", "files": [ "dist" ], "main": "src/index.ts", "module": "src/index.ts", "scripts": { "test": "vitest", "test:cov": "vitest run --coverage", "build": "vite build" }, "dependencies": { "@felce/lowcode-types": "1.5.1", "classnames": "2.5.1", "events": "^3.3.0", "mobx": "^6.13.5", "prop-types": "^15.8.1", "react-is": "^18.3.1" }, "devDependencies": { "@alifd/next": "^1.27.30", "@types/node": "^18.19.68", "@types/prop-types": "^15.7.14", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.1", "lodash": "^4.17.21", "react": "^18.3.1", "react-dom": "^18.3.1", "vite": "^6.0.6" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/", "main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/index.d.ts" }, "repository": { "type": "http", "url": "https://github.com/fe-lce/lowcode-engine/tree/main/packages/utils" }, "gitHead": "af061dee75cb9dc19df29d63c34fffba252c9b8c", "bugs": "https://github.com/fe-lce/lowcode-engine/issues", "homepage": "https://github.com/fe-lce/lowcode-engine/#readme" }