forked from AprilNEA/ChatGPT-Admin-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 885 Bytes
/
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
{
"name": "chatgpt-admin-web",
"version": "0.0.1",
"description": "ChatGPT web ui with user management and dashboard",
"keywords": [
"chatgpt",
"webui"
],
"homepage": "https://github.com/AprilNEA/ChatGPT-Admin-Web",
"bugs": {
"url": "https://github.com/AprilNEA/ChatGPT-Admin-Web/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "AprilNEA <[email protected]> (https://sku.moe)",
"contributors": [
"Peron <[email protected]> (https://github.com/PeronGH)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AprilNEA/ChatGPT-Admin-Web"
},
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"prettier": "prettier --write ."
},
"devDependencies": {
"turbo": "latest"
}
}