mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"name": "notesnook",
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap",
|
|
"build": "nx run-many --target=build --all",
|
|
"start:web": "nx start @notesnook/web",
|
|
"prettier": "npx prettier . --write"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^5.4.0",
|
|
"nx": "^14.5.4",
|
|
"prettier": "^2.7.1"
|
|
}
|
|
}
|