-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "docsify-page-actions-menu",
"version": "0.5.1",
"description": "A Docsify plugin for copying and exporting page markdown, LLM integrations, and more.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.umd.js",
"jsdelivr": "dist/index.umd.js",
"exports": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"browser": "./dist/index.umd.js",
"script": "./dist/index.umd.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "npx serve src"
},
"repository": {
"type": "git",
"url": "https://github.com/calycode/docsify-page-actions-menu.git"
},
"bugs": {
"url": "https://github.com/calycode/docsify-page-actions-menu/issues"
},
"homepage": "https://github.com/calycode/docsify-page-actions-menu#readme",
"keywords": [
"docsify",
"plugin",
"markdown",
"copy",
"menu"
],
"author": "Mihály Tóth <hello@calycode.com> (https://github.com/calycode)",
"license": "MIT",
"peerDependencies": {
"docsify": ">=4"
},
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
"rollup": "^4.52.5"
}
}