2021-11-29 00:40:28 +08:00
|
|
|
{
|
|
|
|
"name": "@aomao/plugin-embed",
|
2022-01-16 16:18:03 +08:00
|
|
|
"version": "2.7.16",
|
2021-12-24 00:45:49 +08:00
|
|
|
"main": "dist/index.js",
|
2021-11-29 10:25:43 +08:00
|
|
|
"module": "dist/index.esm.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
2021-11-29 00:40:28 +08:00
|
|
|
"files": [
|
2021-11-29 10:25:43 +08:00
|
|
|
"dist",
|
|
|
|
"lib",
|
|
|
|
"src"
|
2021-11-29 00:40:28 +08:00
|
|
|
],
|
2021-12-05 00:37:05 +08:00
|
|
|
"author": "me@aomao.com",
|
2021-11-29 10:25:43 +08:00
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/yanmao-cc/am-editor#readme",
|
2021-11-29 00:40:28 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/yanmao-cc/am-editor.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/yanmao-cc/am-editor/issues"
|
2021-11-29 10:25:43 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-16 16:18:03 +08:00
|
|
|
"@aomao/engine": "^2.7.16",
|
2021-11-29 10:25:43 +08:00
|
|
|
"@babel/runtime": "^7.13.10"
|
2021-11-29 00:40:28 +08:00
|
|
|
}
|
|
|
|
}
|