{ "name": "@aomao/plugin-mark-range", "version": "2.6.5", "description": "范围标记", "publishConfig": { "access": "public" }, "main": "dist/index.ts", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "lib", "src" ], "author": "me@yanmao.cc", "license": "MIT", "homepage": "https://github.com/yanmao-cc/am-editor#readme", "repository": { "type": "git", "url": "git+https://github.com/yanmao-cc/am-editor.git" }, "bugs": { "url": "https://github.com/yanmao-cc/am-editor/issues" }, "dependencies": { "@aomao/engine": "^2.6.5", "@babel/runtime": "^7.13.10", "tinycolor2": "^1.4.2" } }