- @standardnotes/api@1.12.0 - @standardnotes/components-meta@2.7.17 - @standardnotes/desktop@3.23.201 - @standardnotes/encryption@1.16.1 - @standardnotes/features@1.52.3 - @standardnotes/filepicker@1.23.13 - @standardnotes/files@1.10.13 - @standardnotes/mobile@3.41.4 - @standardnotes/models@1.24.1 - @standardnotes/releases@1.3.128 - @standardnotes/responses@1.10.5 - @standardnotes/services@1.27.0 - @standardnotes/snjs@2.136.1 - @standardnotes/ui-services@1.6.3 - @standardnotes/utils@1.9.1 - @standardnotes/web@3.71.3
28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.3.128",
|
|
"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": "*"
|
|
}
|
|
}
|