|
|
|
@ -1,11 +1,11 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "@hufe921/canvas-editor",
|
|
|
|
"name": "@liushuai05/canvas-editor",
|
|
|
|
"author": "Hufe",
|
|
|
|
"author": "Hufe",
|
|
|
|
"license": "MIT",
|
|
|
|
"license": "MIT",
|
|
|
|
"version": "0.9.91",
|
|
|
|
"version": "0.9.95",
|
|
|
|
"description": "rich text editor by canvas/svg",
|
|
|
|
"description": "rich text editor by canvas/svg",
|
|
|
|
"publishConfig": {
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://registry.npmjs.org/",
|
|
|
|
"registry": "https://registry.yarnpkg.com/",
|
|
|
|
"access": "public"
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"files": [
|
|
|
|
@ -18,10 +18,10 @@
|
|
|
|
"typings": "./dist/src/editor/index.d.ts",
|
|
|
|
"typings": "./dist/src/editor/index.d.ts",
|
|
|
|
"main": "./dist/canvas-editor.umd.js",
|
|
|
|
"main": "./dist/canvas-editor.umd.js",
|
|
|
|
"module": "./dist/canvas-editor.es.js",
|
|
|
|
"module": "./dist/canvas-editor.es.js",
|
|
|
|
"homepage": "https://github.com/Hufe921/canvas-editor",
|
|
|
|
"homepage": "https://git.liushuai.cq.cn/lsadmin/canvas-editor_fex675",
|
|
|
|
"repository": {
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Hufe921/canvas-editor.git"
|
|
|
|
"url": "git+https://git.liushuai.cq.cn/lsadmin/canvas-editor_fex675.git"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"keywords": [
|
|
|
|
"canvas-editor",
|
|
|
|
"canvas-editor",
|
|
|
|
@ -70,5 +70,11 @@
|
|
|
|
"simple-git-hooks": {
|
|
|
|
"simple-git-hooks": {
|
|
|
|
"pre-commit": "npm run lint && npm run type:check",
|
|
|
|
"pre-commit": "npm run lint && npm run type:check",
|
|
|
|
"commit-msg": "node scripts/verifyCommit.js"
|
|
|
|
"commit-msg": "node scripts/verifyCommit.js"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"directories": {
|
|
|
|
|
|
|
|
"doc": "docs"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"bugs": {
|
|
|
|
|
|
|
|
"url": "https://github.com/Hufe921/canvas-editor/issues"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|