mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-22 19:26:38 +08:00
18 lines
460 B
JSON
18 lines
460 B
JSON
{
|
|
"name": "gpt-vue",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"clear": "rimraf node_modules projects/vue-admin/node_modules projects/vue-mobile/node_modules projects/vue-web/node_modules",
|
|
"dev": "pnpm --filter=@gpt-vue-projects/* run dev",
|
|
"build": "pnpm --filter=@gpt-vue-projects/* run build"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"rimraf": "^5.0.5"
|
|
}
|
|
}
|