{ "name": "@imove/core", "version": "0.1.10", "description": "流程编排", "keywords": [ "imove", "x6", "flowchart" ], "author": "suanmei ", "homepage": "https://github.com/suanmei/iMove#readme", "license": "MIT", "main": "dist/core.common.js", "module": "dist/core.esm.js", "types": "dist/types/index.d.ts", "directories": { "dist": "dist" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/suanmei/iMove.git" }, "scripts": { "prepublishOnly": "node scripts/prepublishOnly.js", "declare-type": "tsc --emitDeclarationOnly", "build": "rollup -c & npm run declare-type", "watch": "watch 'rollup -c' ./src" }, "bugs": { "url": "https://github.com/suanmei/iMove/issues" }, "devDependencies": { "@ant-design/icons": "^4.0.6", "@antv/x6": "^0.3.4", "@antv/x6-react-shape": "^0.2.2", "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "@types/react": "^16.9.34", "antd": "^4.1.4", "react": "^16.13.1", "rollup": "^2.6.1", "watch": "^1.0.2" }, "peerDependencies": { "@ant-design/icons": "^4.0.6", "@antv/x6": "^0.3.4", "@antv/x6-react-shape": "^0.2.2", "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "antd": "^4.1.4", "react": "^16.13.1" }, "gitHead": "9fafd8c5390fa001e7b661ccccfaf65f636d721a" }