Add mock GPS simulator and configurable location sources
This commit is contained in:
@@ -4,11 +4,15 @@
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"typecheck:watch": "tsc --noEmit -p tsconfig.json --watch"
|
||||
"typecheck:watch": "tsc --noEmit -p tsconfig.json --watch",
|
||||
"mock-gps-sim": "node tools/mock-gps-sim/server.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "",
|
||||
"dependencies": {
|
||||
"ws": "^8.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"miniprogram-api-typings": "^2.8.3-1",
|
||||
"typescript": "^5.9.3"
|
||||
|
||||
Reference in New Issue
Block a user