Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI a2b6ec74b0 chore(release): publish
- @standardnotes/api@1.4.8
 - @standardnotes/desktop@3.23.100
 - @standardnotes/encryption@1.14.1
 - @standardnotes/filepicker@1.22.1
 - @standardnotes/files@1.9.1
 - @standardnotes/mobile@3.31.16
 - @standardnotes/models@1.16.1
 - @standardnotes/releases@1.3.22
 - @standardnotes/services@1.17.1
 - @standardnotes/snjs@2.125.1
 - @standardnotes/ui-services@1.1.2
 - @standardnotes/web@3.45.4
2022-08-23 10:05:48 +00:00

28 lines
707 B
JSON

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