forked from MaaAssistantArknights/MaaAssistantArknights
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "maa-website",
"version": "1.0.0",
"description": "Maa website monorepo",
"main": "index.js",
"repository": "https://github.com/MaaAssistantArknights/maa-website",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "turbo run build && node bundler.mjs",
"dev": "turbo run dev",
"dev:home": "turbo run dev:home",
"dev:docs": "turbo run dev:docs",
"lint": "turbo run lint",
"lint:js": "turbo run lint:js",
"lint:prettier": "turbo run lint:prettier",
"lintfix": "turbo run lintfix"
},
"private": true,
"devDependencies": {
"prettier": "^2.8.8",
"turbo": "^2.5.0"
},
"packageManager": "pnpm@10.2.0+sha256.72f1630812107c8723eb5be4517725f3e13f09cfd8f71571cf29f23ce318bdb7"
}