Files
notesnook/apps/mobile/package.json

20 lines
531 B
JSON
Raw Normal View History

2022-08-10 18:15:58 +05:00
{
"name": "@notesnook/mobile",
2022-08-15 19:09:14 +05:00
"version": "2.1.7",
2022-08-10 18:15:58 +05:00
"private": true,
2022-08-16 16:48:10 +05:00
"workspaces": [
"native/",
"app/"
],
2022-08-10 18:15:58 +05:00
"scripts": {
2022-08-16 16:48:10 +05:00
"postinstall": "yarn patch-package",
2022-08-17 15:59:59 +05:00
"patch-lib": "./scripts/patch-package.sh",
"run-android": "cd native && REACT_NATIVE_DEPENDENCIES=$HOME/Repos/notesnook-mobile/rn-build-deps/ react-native run-android --active-arch-only",
"run-ios": "cd native && react-native run-ios"
2022-08-10 18:15:58 +05:00
},
"devDependencies": {
"patch-package": "^6.4.7",
2022-08-16 16:48:10 +05:00
"postinstall-postinstall": "^2.1.0"
2022-08-10 18:15:58 +05:00
}
2022-08-16 11:09:39 +05:00
}