forked from twikoojs/twikoo-zeabur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 790 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
{
"name": "tkserver",
"version": "1.6.9",
"description": "A simple comment system.",
"keywords": [
"twikoo",
"twikoojs",
"comment",
"comment-system"
],
"author": "imaegoo <[email protected]> (https://github.com/imaegoo)",
"license": "MIT",
"main": "server.js",
"bin": {
"tkserver": "server.js"
},
"scripts": {
"build": "cd .",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/imaegoo/twikoo.git"
},
"homepage": "https://twikoo.js.org",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"get-user-ip": "^1.0.1",
"lokijs": "^1.5.12",
"mongodb": "^3.6.3",
"twikoo-func": "1.6.9",
"uuid": "^8.3.2"
}
}