Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 3cece858b1 chore(release): publish
- @standardnotes/desktop@3.22.16-alpha.1
 - @standardnotes/mobile@3.24.2-alpha.1
 - @standardnotes/releases@1.2.2-alpha.2
 - @standardnotes/web-server@1.2.18-alpha.1
 - @standardnotes/web@3.24.3-alpha.1
2022-06-23 21:37:51 +00:00

28 lines
714 B
JSON

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