Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 961d1fb8d4 chore(release): publish
- @standardnotes/api@1.4.5
 - @standardnotes/desktop@3.23.67
 - @standardnotes/encryption@1.13.4
 - @standardnotes/filepicker@1.21.5
 - @standardnotes/files@1.8.6
 - @standardnotes/mobile@3.30.22
 - @standardnotes/models@1.15.4
 - @standardnotes/releases@1.2.88
 - @standardnotes/services@1.16.4
 - @standardnotes/snjs@2.124.1
 - @standardnotes/web-server@1.2.90
 - @standardnotes/web@3.38.6
2022-07-08 14:38:30 +00:00

28 lines
707 B
JSON

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