Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 4971e3c56e chore(release): publish
- @standardnotes/api@1.9.0
 - @standardnotes/desktop@3.23.184
 - @standardnotes/mobile@3.39.1
 - @standardnotes/releases@1.3.109
 - @standardnotes/services@1.24.1
 - @standardnotes/snjs@2.134.7
 - @standardnotes/ui-services@1.5.1
 - @standardnotes/web@3.68.1
2022-10-03 08:24:54 +00:00

28 lines
708 B
JSON

{
"name": "@standardnotes/releases",
"version": "1.3.109",
"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": "*"
}
}