-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "mtbird-extension-ai-assistants",
"version": "0.0.1",
"description": "星搭AI插画、文案生成插件",
"homepage": "",
"license": "AGPL-3.0",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/types",
"directories": {
"dist": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"scripts": {
"start": "NODE_ENV=development mtbird start",
"build": "NODE_ENV=production mtbird build",
"publish": "NODE_ENV=production mtbird publish --token=changeTokenHere",
"lint": "yarn prettier --write .",
"link": "yarn link @mtbird/core & yarn link @mtbird/shared & yarn link @mtbird/cli & yarn link @mtbird/ui"
},
"dependencies": {
"@mtbird/ui": "^0.0.3-beta.46",
"lodash": "^4.17.21"
},
"devDependencies": {
"@mtbird/cli": "^0.0.3-beta.46",
"@mtbird/core": "^0.0.3-beta.46",
"@mtbird/shared": "^0.0.3-beta.46",
"@types/react": "^18.0.28",
"prettier": "^2.8.4",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}