forked from MaaEnd/MaaEnd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 1.39 KB
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
{
"name": "maaend",
"private": true,
"scripts": {
"format": "prettier --write \"**/*.{json,yml,yaml,md}\"",
"format:aggressive": "prettier --print-width 20 --write \"assets/resource/pipeline/**/*.json\" && prettier --write \"assets/resource/pipeline/**/*.json\"",
"format:check": "prettier --check \"**/*.{json,yml,yaml,md}\"",
"format:go": "cd agent/go-service && go fmt ./...",
"format:all": "pnpm format && pnpm format:go",
"check": "maa-tools check",
"test": "maa-tools test",
"generate:EnvironmentMonitoring": "cd tools/pipeline-generate/EnvironmentMonitoring && maa-pipeline-generate && maa-pipeline-generate --config terminals-config.json",
"generate:SellProduct": "cd tools/pipeline-generate/SellProduct && maa-pipeline-generate --config pipeline-config.json && maa-pipeline-generate --config task-config.json"
},
"devDependencies": {
"@joebao/maa-pipeline-generate": "^1.2.0",
"@nekosu/maa-tools": "1.0.22",
"@nekosu/prettier-plugin-maafw-sort": "1.0.4",
"@types/node": "^24.11.0",
"prettier": "3.5.3",
"prettier-plugin-multiline-arrays": "4.1.4"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
}