- @standardnotes/api@1.20.17 - @standardnotes/desktop@3.104.3 - @standardnotes/encryption@1.19.25 - @standardnotes/filepicker@1.27.2 - @standardnotes/files@1.14.2 - @standardnotes/mobile@3.49.2 - @standardnotes/models@1.39.1 - @standardnotes/releases@1.4.26 - @standardnotes/services@1.50.1 - @standardnotes/snjs@2.155.2 - @standardnotes/ui-services@1.17.9 - @standardnotes/utils@1.14.1 - @standardnotes/web@3.117.2
27 lines
654 B
JSON
27 lines
654 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.4.26",
|
|
"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": "*"
|
|
}
|
|
}
|