- @standardnotes/api@1.26.95 - @standardnotes/clipper@1.1.560 - @standardnotes/desktop@3.110.165 - @standardnotes/encryption@1.21.112 - @standardnotes/filepicker@1.28.132 - @standardnotes/files@1.20.15 - @standardnotes/mobile@3.58.223 - @standardnotes/models@1.58.2 - @standardnotes/releases@1.4.863 - @standardnotes/services@1.72.1 - @standardnotes/snjs@2.211.1 - @standardnotes/ui-services@1.39.1 - @standardnotes/utils@1.17.15 - @standardnotes/web@3.201.1
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.4.863",
|
|
"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": "*"
|
|
}
|
|
}
|