- @standardnotes/components-meta@2.5.6 - @standardnotes/desktop@3.23.18 - @standardnotes/mobile@3.25.14 - @standardnotes/releases@1.2.28 - @standardnotes/styles@1.4.1 - @standardnotes/web-server@1.2.42 - @standardnotes/web@3.27.6 - @standardnotes/markdown-visual@1.1.0 - @standardnotes/authenticator@2.2.0 - @standardnotes/autobiography-theme@1.1.0 - @standardnotes/focus-theme@1.3.0 - @standardnotes/futura-theme@1.3.0 - @standardnotes/midnight-theme@1.3.0 - @standardnotes/solarized-dark-theme@1.3.1 - @standardnotes/titanium-theme@1.3.0
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.2.28",
|
|
"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": "*"
|
|
}
|
|
}
|