{ "name": "@alilc/lowcode-utils", "version": "1.2.2", "description": "Utils for Ali lowCode engine", "files": [ "lib", "es" ], "main": "lib/index.js", "module": "es/index.js", "scripts": { "test": "build-scripts test --config build.test.json --jest-coverage", "build": "build-scripts build" }, "dependencies": { "@alifd/next": "^1.19.16", "@alilc/lowcode-types": "1.2.2", "lodash": "^4.17.21", "mobx": "^6.3.0", "react": "^16" }, "devDependencies": { "@alib/build-scripts": "^0.1.18", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^11.2.7", "@types/node": "^13.7.1", "@types/react": "^16", "react-dom": "^16.14.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "http", "url": "https://github.com/alibaba/lowcode-engine/tree/main/packages/utils" }, "gitHead": "2669f179e6f899d395ce1942d0fe04f9c5ed48a6", "bugs": "https://github.com/alibaba/lowcode-engine/issues", "homepage": "https://github.com/alibaba/lowcode-engine/#readme" }