- @standardnotes/api@1.26.17 - @standardnotes/clipper@1.1.57 - @standardnotes/desktop@3.106.66 - @standardnotes/encryption@1.21.43 - @standardnotes/filepicker@1.28.52 - @standardnotes/files@1.15.14 - @standardnotes/mobile@3.53.66 - @standardnotes/models@1.46.4 - @standardnotes/releases@1.4.334 - @standardnotes/services@1.60.6 - @standardnotes/snjs@2.169.6 - @standardnotes/ui-services@1.26.21 - @standardnotes/utils@1.17.3 - @standardnotes/web@3.162.9
27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.4.334",
|
|
"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": "*"
|
|
}
|
|
}
|