{ "name": "@aomao/engine", "version": "2.10.26", "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" }, "bugs": { "url": "https://github.com/big-camel/am-editor/issues" }, "dependencies": { "@babel/runtime": "^7.13.10", "colord": "^2.9.0", "copy-to-clipboard": "^3.3.1", "diff-match-patch": "^1.0.5", "dom-align": "^1.12.2", "eventemitter2": "^6.4.4", "filesize": "^6.3.0", "is-hotkey": "^0.2.0", "lodash": "^4.17.21", "markdown-it": "^13.0.1" }, "devDependencies": { "@types/diff-match-patch": "^1.0.32", "@types/is-hotkey": "^0.1.2", "@types/lodash": "^4.14.178", "@types/markdown-it": "^12.2.3" } }