Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI c859876bb5 chore(release): publish main
- @standardnotes/components-meta@2.2.2
 - @standardnotes/desktop@3.22.16
 - @standardnotes/mobile@3.24.2
 - @standardnotes/releases@1.2.2
 - @standardnotes/styles@1.3.1
 - @standardnotes/web-server@1.2.18
 - @standardnotes/web@3.24.3
 - @standardnotes/filesafe-bar@2.0.16
 - @standardnotes/markdown-visual@1.0.12
 - @standardnotes/authenticator@2.1.2
2022-06-23 22:25:26 +00:00

28 lines
706 B
JSON

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