* refactor(wip): separate components files into zips and assets dir * refactor(wip): use new components package and cdn in mobile * chore: add components to metro config * chore: bump snjs with new web assets path * refactor: exclude package.json files recursively from being copied into components dist folder to avoid conflicts with react native duplicates
16 lines
382 B
JSON
16 lines
382 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",
|
|
"installConfig": {
|
|
"selfReferences": true
|
|
},
|
|
"dependencies": {
|
|
"keytar": "^7.9.0"
|
|
}
|
|
}
|