- @standardnotes/api@1.26.76 - @standardnotes/clipper@1.1.392 - @standardnotes/desktop@3.108.330 - @standardnotes/encryption@1.21.98 - @standardnotes/filepicker@1.28.113 - @standardnotes/files@1.18.10 - @standardnotes/icons@1.15.0 - @standardnotes/mobile@3.58.51 - @standardnotes/models@1.51.0 - @standardnotes/releases@1.4.686 - @standardnotes/services@1.68.0 - @standardnotes/snjs@2.205.0 - @standardnotes/toast@1.4.2 - @standardnotes/ui-services@1.35.20 - @standardnotes/web@3.185.0
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.4.686",
|
|
"license": "AGPL-3.0",
|
|
"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": "*"
|
|
}
|
|
}
|