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.
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"name": "tailchat-plugin-github",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "moonrailgun",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:web": "ministar buildPlugin all",
|
|
"build:web:watch": "ministar watchPlugin all"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/webhooks-types": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-router": "^5.1.20",
|
|
"less": "^4.1.2",
|
|
"mini-star": "^1.2.8",
|
|
"rollup-plugin-less": "^1.1.3"
|
|
}
|
|
}
|