2025-09-30 17:43:06 +08:00
|
|
|
{
|
2025-10-19 22:40:56 +08:00
|
|
|
"name": "chuanqi-qycq-web",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
2025-09-30 17:43:06 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2025-10-19 22:40:56 +08:00
|
|
|
"dev": "node scripts/dev.js",
|
|
|
|
|
"build": "pnpm -r run build"
|
2025-09-30 17:43:06 +08:00
|
|
|
},
|
2025-10-19 22:40:56 +08:00
|
|
|
"keywords": [],
|
|
|
|
|
"author": "Kubbo",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"packageManager": "pnpm@10.18.2",
|
2025-09-30 17:43:06 +08:00
|
|
|
"devDependencies": {
|
2025-10-19 22:40:56 +08:00
|
|
|
"concurrently": "^9.2.1"
|
|
|
|
|
}
|
2025-09-30 17:43:06 +08:00
|
|
|
}
|