| 12345678910111213141516171819202122232425 |
- {
- "name": "miniprogram-ts-quickstart",
- "version": "1.0.0",
- "description": "",
- "scripts": {
- "typecheck": "tsc --noEmit -p tsconfig.json",
- "typecheck:watch": "tsc --noEmit -p tsconfig.json --watch",
- "test:runtime-smoke": "tsc -p tsconfig.runtime-smoke.json && node .tmp-runtime-smoke/tools/runtime-smoke-test.js",
- "mock-gps-sim": "node tools/mock-gps-sim/server.js",
- "publish:config": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 all",
- "publish:config:classic": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 classic-sequential",
- "publish:config:score-o": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 score-o",
- "publish:config:dry-run": "powershell -ExecutionPolicy Bypass -File ./publish-event-config.ps1 all -DryRun"
- },
- "keywords": [],
- "author": "",
- "license": "",
- "dependencies": {
- "ws": "^8.18.3"
- },
- "devDependencies": {
- "miniprogram-api-typings": "^2.8.3-1",
- "typescript": "^5.9.3"
- }
- }
|