You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.1 KiB

{
"name": "@imove/core",
"version": "0.1.8",
"description": "流程编排",
"keywords": [
"imove",
"x6",
"flowchart"
],
"author": "suanmei <mr_suanmei@163.com>",
"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"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^16.9.34",
"react": "^16.13.1",
"rollup": "^2.6.1"
},
"peerDependencies": {
"react": "^16.13.1"
},
"gitHead": "9fafd8c5390fa001e7b661ccccfaf65f636d721a"
}