{ "name": "@aomao/plugin-link-vue", "version": "2.10.1", "description": "> TODO: description", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "lib", "src" ], "author": "me@aomao.com", "license": "MIT", "homepage": "https://github.com/big-camel/am-editor#readme", "repository": { "type": "git", "url": "git+https://github.com/big-camel/am-editor.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/big-camel/am-editor/issues" }, "dependencies": { "@babel/runtime": "^7.13.10" }, "devDependencies": { "@types/markdown-it": "^12.2.3", "@vue/compiler-sfc": "^3.2.9", "ant-design-vue": ">=2.2.6", "vue": "^3.2.9" }, "peerDependencies": { "@aomao/engine": ">=2.9", "ant-design-vue": ">=2.2.6", "vue": ">=3.2.9" } }