- @standardnotes/api@1.19.0 - @standardnotes/components-meta@2.7.24 - @standardnotes/desktop@3.23.265 - @standardnotes/encryption@1.19.0 - @standardnotes/features@1.54.0 - @standardnotes/filepicker@1.25.0 - @standardnotes/files@1.12.0 - @standardnotes/mobile@3.45.14 - @standardnotes/models@1.33.0 - @standardnotes/releases@1.3.196 - @standardnotes/responses@1.12.0 - @standardnotes/services@1.40.0 - @standardnotes/snjs@2.146.0 - @standardnotes/ui-services@1.11.0 - @standardnotes/utils@1.11.0 - @standardnotes/web@3.90.11
28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.3.196",
|
|
"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/components-meta": "workspace:*",
|
|
"@standardnotes/desktop": "workspace:*",
|
|
"@standardnotes/mobile": "workspace:*",
|
|
"@standardnotes/web": "workspace:*",
|
|
"@types/node": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|