Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 4aad554c1a chore(release): publish
- @standardnotes/clipper@1.0.41
 - @standardnotes/desktop@3.106.3
 - @standardnotes/mobile@3.53.3
 - @standardnotes/releases@1.4.271
 - @standardnotes/services@1.59.2
 - @standardnotes/snjs@2.168.2
 - @standardnotes/ui-services@1.25.9
 - @standardnotes/web@3.156.1
2023-05-03 13:28:45 +00:00

27 lines
655 B
JSON

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