mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"name": "standard-notes",
|
|
"productName": "Standard Notes",
|
|
"private": true,
|
|
"description": "An end-to-end encrypted notes app for digitalists and professionals.",
|
|
"author": "Standard Notes <help@standardnotes.com>",
|
|
"version": "3.20.2",
|
|
"main": "./dist/index.js",
|
|
"dependencies": {
|
|
"keytar": "^7.9.0"
|
|
}
|
|
}
|