Files
pikebacker/apps/mobile/package.json
2026-07-02 21:04:05 +02:00

16 lines
336 B
JSON

{
"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"
}
}