{ "name": "@imove/core", "version": "0.1.9", "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": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "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" }, "bugs": { "url": "https://github.com/suanmei/iMove/issues" }, "devDependencies": { "@types/react": "^16.9.34", "react": "^16.13.1", "rollup": "^2.6.1" }, "peerDependencies": { "react": "^16.13.1" }, "gitHead": "9fafd8c5390fa001e7b661ccccfaf65f636d721a" }