- @standardnotes/api@1.26.60 - @standardnotes/clipper@1.1.245 - @standardnotes/desktop@3.108.177 - @standardnotes/encryption@1.21.82 - @standardnotes/features@1.59.20 - @standardnotes/filepicker@1.28.93 - @standardnotes/files@1.17.12 - @standardnotes/mobile@3.56.156 - @standardnotes/models@1.47.18 - @standardnotes/releases@1.4.529 - @standardnotes/responses@1.13.44 - @standardnotes/services@1.64.28 - @standardnotes/snjs@2.202.90 - @standardnotes/ui-services@1.31.23 - @standardnotes/web@3.173.19
27 lines
653 B
JSON
27 lines
653 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.4.529",
|
|
"license": "CC BY-NC-SA 4.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": "*"
|
|
}
|
|
}
|