Files
standardnotes-app-web/packages/desktop/app/package.json

16 lines
419 B
JSON

{
"name": "@standardnotes/inner-desktop",
"productName": "Standard Notes",
"private": true,
"description": "An end-to-end encrypted notes app for digitalists and professionals.",
"author": "Standard Notes <help@standardnotes.com>",
"main": "./dist/index.js",
"installConfig": {
"selfReferences": true
},
"dependencies": {
"@standardnotes/home-server": "^1.11.14",
"keytar": "^7.9.0"
}
}