优化
This commit is contained in:
14
apps/cli/templates/server-plugin/{{id}}/package.json
Normal file
14
apps/cli/templates/server-plugin/{{id}}/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "tailchat-plugin-{{pickPluginName id}}",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"author": "{{author}}",
|
||||
"description": "{{desc}}",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {},
|
||||
"devDependencies": {},
|
||||
"dependencies": {
|
||||
"tailchat-server-sdk": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user