21 lines
348 B
JSON
21 lines
348 B
JSON
{
|
|
"name": "@plastichub/kbot",
|
|
"version": "1.1.52",
|
|
"main": "main_node.js",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"bin": {
|
|
"kbot-r": "./main_node.js"
|
|
},
|
|
"dependencies": {
|
|
"node-emoji": "^2.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"optionalDependencies": {
|
|
"puppeteer": "^23.11.1"
|
|
}
|
|
}
|