mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 02:00:25 +08:00
16 lines
257 B
JSON
16 lines
257 B
JSON
{
|
|
"name": "@vben/backend-mock",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": "",
|
|
"scripts": {
|
|
"start": "nitro dev",
|
|
"build": "nitro build"
|
|
},
|
|
"dependencies": {
|
|
"nitropack": "^2.9.7"
|
|
}
|
|
}
|