-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.16 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "koishi-plugin-glot",
"description": "Execute Code in [glot.io](https://glot.io)",
"version": "1.1.6",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"author": "Anillc <[email protected]>",
"contributors": [
"Anillc <[email protected]>",
"Shigma <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/koishijs/koishi-plugin-glot.git"
},
"bugs": {
"url": "https://github.com/koishijs/koishi-plugin-glot/issues"
},
"homepage": "https://github.com/koishijs/koishi-plugin-glot",
"scripts": {
"build": "atsc -b"
},
"koishi": {
"browser": true,
"description": {
"en": "Execute Code in [glot.io](https://glot.io)",
"zh": "使用 [glot.io](https://glot.io) 执行代码"
}
},
"keywords": [
"chatbot",
"koishi",
"plugin",
"glot",
"code",
"execute",
"compile",
"run",
"evaluate"
],
"peerDependencies": {
"koishi": "^4.17.3"
},
"devDependencies": {
"@types/node": "^18.14.0",
"atsc": "^1.2.2",
"koishi": "^4.17.3",
"typescript": "^4.9.5"
}
}