web/packages/releases/package.json
StandardNotes CI f751a98aea
chore(release): publish
- @standardnotes/desktop@3.23.48
 - @standardnotes/encryption@1.12.0
 - @standardnotes/filepicker@1.19.0
 - @standardnotes/files@1.7.0
 - @standardnotes/mobile@3.28.1
 - @standardnotes/models@1.14.0
 - @standardnotes/releases@1.2.62
 - @standardnotes/services@1.15.0
 - @standardnotes/web-server@1.2.70
 - @standardnotes/web@3.35.0
2022-07-05 19:14:40 +00:00

28 lines
707 B
JSON

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