-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 949 Bytes
/
package.json
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
{
"name": "docsify-chat",
"version": "1.0.0",
"description": "A docsify plugin for generate chat panel from markdown",
"main": "lib/docsify-chat.js",
"packageManager": "bun@1.2.0",
"files": [
"lib"
],
"scripts": {
"build": "bun ./scripts/build/index.ts",
"test": "bun ./scripts/test/index.tsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xueelf/docsify-chat.git"
},
"keywords": [
"docs",
"docsify",
"docsify.js",
"documentation",
"javascript",
"js",
"markdown",
"md",
"plugin",
"chat"
],
"author": "Yuki <admin@yuki.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xueelf/docsify-chat/issues"
},
"homepage": "https://github.com/xueelf/docsify-chat#readme",
"devDependencies": {
"@types/bun": "latest",
"esbuild": "latest",
"sass": "latest"
},
"peerDependencies": {
"typescript": "latest"
}
}