mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "notesnook",
|
|
"version": "2.1.7",
|
|
"private": true,
|
|
"workspaces": [
|
|
"native/",
|
|
"app/"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "yarn patch-package",
|
|
"patch-lib": "./scripts/patch-package.sh"
|
|
},
|
|
"packageManager": "yarn@3.2.2",
|
|
"devDependencies": {
|
|
"patch-package": "^6.4.7",
|
|
"postinstall-postinstall": "^2.1.0"
|
|
}
|
|
}
|