-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "street-tasks",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "WeChat mini program for short-lived neighborhood tasks.",
"scripts": {
"check": "npm run check:json && npm run check:knowledge && npm run check:readiness",
"check:devtools-recovery": "node scripts/check-devtools-recovery.mjs",
"check:devtools-port-forensics": "node scripts/check-devtools-port-forensics.mjs",
"check:devtools-smoke": "node scripts/check-devtools-smoke-access.mjs --strict",
"check:json": "node scripts/check-json.mjs",
"check:knowledge": "node scripts/check-knowledge.mjs",
"check:map-feed": "node --no-warnings scripts/check-map-feed.mjs",
"check:readiness": "node --no-warnings scripts/check-readiness.mjs",
"check:trust-insight": "node --no-warnings scripts/check-trust-insight.mjs",
"inspect:devtools-port": "node scripts/inspect-devtools-port-state.mjs",
"inspect:devtools-recovery": "node scripts/recover-devtools-service-port.mjs --dry-run",
"recover:devtools-app-quit": "node scripts/recover-devtools-service-port.mjs --app-quit-reopen"
}
}