tkserver
Version:
A simple comment system.
38 lines (37 loc) • 793 B
JSON
{
"name": "tkserver",
"version": "1.6.44",
"description": "A simple comment system.",
"keywords": [
"twikoo",
"twikoojs",
"comment",
"comment-system"
],
"author": "imaegoo <hello@imaegoo.com> (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/twikoojs/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": "^6.3.0",
"twikoo-func": "1.6.44",
"uuid": "^8.3.2"
}
}