- @standardnotes/components-meta@2.7.6 - @standardnotes/desktop@3.23.74 - @standardnotes/mobile@3.30.29 - @standardnotes/releases@1.2.95 - @standardnotes/snjs@2.124.3 - @standardnotes/web-server@1.2.97 - @standardnotes/web@3.40.4 - @standardnotes/bold-editor@1.4.0 - @standardnotes/markdown-hybrid@1.6.2 - @standardnotes/classic-code-editor@1.4.0 - @standardnotes/rich-text@1.7.1 - @standardnotes/simple-task-editor@1.4.2 - @standardnotes/spreadsheets@1.5.1 - @standardnotes/authenticator@2.2.3
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.2.95",
|
|
"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/components-meta": "workspace:*",
|
|
"@standardnotes/desktop": "workspace:*",
|
|
"@standardnotes/mobile": "workspace:*",
|
|
"@standardnotes/web": "workspace:*",
|
|
"@types/node": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|