Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI c493b2c2ea chore(release): publish
- @standardnotes/clipper@1.1.525
 - @standardnotes/desktop@3.110.130
 - @standardnotes/mobile@3.58.187
 - @standardnotes/releases@1.4.827
 - @standardnotes/web@3.197.3
2025-06-19 20:43:38 +00:00

27 lines
646 B
JSON

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