{ "name": "@pikebacker/mobile", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/offlineStore.js", "types": "./dist/offlineStore.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": { "@pikebacker/shared": "0.1.0" } }