mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "tailchat-plugin-getui",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "moonrailgun",
|
|
"description": "Support Getui Notify in chinese mainland",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"got": "^11.8.3",
|
|
"lodash": "^4.17.21",
|
|
"tailchat-server-sdk": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.191"
|
|
}
|
|
}
|