Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 638ce849b5 chore(release): publish
- @standardnotes/desktop@3.23.216
 - @standardnotes/mobile@3.43.3
 - @standardnotes/releases@1.3.144
 - @standardnotes/services@1.33.0
 - @standardnotes/snjs@2.140.0
 - @standardnotes/ui-services@1.8.2
 - @standardnotes/web@3.76.0
2022-10-13 21:24:19 +00:00

28 lines
708 B
JSON

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