Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 5f0d3ca8b2 chore(release): publish
- @standardnotes/api@1.4.7
 - @standardnotes/desktop@3.23.86
 - @standardnotes/encryption@1.14.0
 - @standardnotes/filepicker@1.22.0
 - @standardnotes/files@1.9.0
 - @standardnotes/mobile@3.31.2
 - @standardnotes/models@1.16.0
 - @standardnotes/releases@1.3.8
 - @standardnotes/services@1.17.0
 - @standardnotes/snjs@2.125.0
 - @standardnotes/ui-services@1.1.0
 - @standardnotes/web@3.43.0
2022-08-05 15:03:40 +00:00

28 lines
706 B
JSON

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