Alpha stage commit
This commit is contained in:
15
apps/mobile/package.json
Normal file
15
apps/mobile/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user