36 lines
866 B
JSON
36 lines
866 B
JSON
{
|
|
"name": "@aomao/plugin-image",
|
|
"version": "2.5.5",
|
|
"description": "图片",
|
|
"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"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@aomao/engine": "^2.5.3",
|
|
"@babel/runtime": "^7.13.10",
|
|
"eventemitter2": "^6.4.4",
|
|
"photoswipe": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/photoswipe": "^4.1.1"
|
|
}
|
|
}
|