21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"name": "tailchat-plugin-{{pickPluginName id}}",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "{{author}}",
|
|
"description": "{{desc}}",
|
|
"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": {
|
|
"tailchat-server-sdk": "*"
|
|
}
|
|
}
|