Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 7a43e2d368 chore(release): publish
- @standardnotes/api@1.14.0
 - @standardnotes/desktop@3.23.204
 - @standardnotes/mobile@3.41.7
 - @standardnotes/releases@1.3.131
 - @standardnotes/services@1.29.0
 - @standardnotes/snjs@2.136.4
 - @standardnotes/ui-services@1.6.6
 - @standardnotes/web@3.71.6
2022-10-11 10:20:35 +00:00

28 lines
708 B
JSON

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