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
471 B
JSON
22 lines
471 B
JSON
{
|
|
"name": "tailchat-plugin-iam",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "moonrailgun",
|
|
"description": "Unified identity authentication",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:web": "ministar buildPlugin all",
|
|
"build:web:watch": "ministar watchPlugin all"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.0.20",
|
|
"mini-star": "*"
|
|
},
|
|
"dependencies": {
|
|
"got": "^11.8.3",
|
|
"tailchat-server-sdk": "*"
|
|
}
|
|
}
|