- @standardnotes/api@1.21.0 - @standardnotes/desktop@3.104.60 - @standardnotes/mobile@3.49.57 - @standardnotes/releases@1.4.83 - @standardnotes/services@1.51.0 - @standardnotes/snjs@2.157.0 - @standardnotes/ui-services@1.21.6 - @standardnotes/web@3.130.4
27 lines
654 B
JSON
27 lines
654 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.4.83",
|
|
"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": "*"
|
|
}
|
|
}
|