- @standardnotes/api@1.19.4 - @standardnotes/desktop@3.23.278 - @standardnotes/encryption@1.19.4 - @standardnotes/features@1.54.2 - @standardnotes/filepicker@1.25.4 - @standardnotes/files@1.12.4 - @standardnotes/mobile@3.45.27 - @standardnotes/models@1.34.6 - @standardnotes/releases@1.3.209 - @standardnotes/responses@1.12.2 - @standardnotes/services@1.42.3 - @standardnotes/snjs@2.147.5 - @standardnotes/styles@1.6.3 - @standardnotes/ui-services@1.13.3 - @standardnotes/web@3.93.9
27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.3.209",
|
|
"license": "AGPL-3.0-or-later",
|
|
"main": "dist/releases.json",
|
|
"types": "dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"author": "Standard Notes.",
|
|
"description": "Standard Notes client release versions",
|
|
"engines": {
|
|
"node": ">=12.19.0 <17.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn tsc && node src/build-json.mjs",
|
|
"version": "yarn build"
|
|
},
|
|
"devDependencies": {
|
|
"@standardnotes/desktop": "workspace:*",
|
|
"@standardnotes/mobile": "workspace:*",
|
|
"@standardnotes/web": "workspace:*",
|
|
"@types/node": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|