Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 96babc454d chore(release): publish
- @standardnotes/blocks-editor@1.9.0
 - @standardnotes/desktop@3.101.2
 - @standardnotes/mobile@3.46.31
 - @standardnotes/releases@1.3.257
 - @standardnotes/snjs@2.151.11
 - @standardnotes/ui-services@1.15.0
 - @standardnotes/web@3.107.0
2022-11-23 17:35:33 +00:00

27 lines
655 B
JSON

{
"name": "@standardnotes/releases",
"version": "1.3.257",
"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/desktop": "workspace:*",
"@standardnotes/mobile": "workspace:*",
"@standardnotes/web": "workspace:*",
"@types/node": "*",
"typescript": "*"
}
}