- @standardnotes/api@1.26.72 - @standardnotes/clipper@1.1.333 - @standardnotes/desktop@3.108.268 - @standardnotes/encryption@1.21.94 - @standardnotes/filepicker@1.28.106 - @standardnotes/files@1.18.4 - @standardnotes/mobile@3.56.249 - @standardnotes/models@1.49.3 - @standardnotes/releases@1.4.624 - @standardnotes/services@1.65.6 - @standardnotes/snjs@2.202.113 - @standardnotes/ui-services@1.34.6 - @standardnotes/web@3.181.36
27 lines
646 B
JSON
27 lines
646 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.4.624",
|
|
"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": "*"
|
|
}
|
|
}
|