Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI ffd55a77e8 chore(release): publish
- @standardnotes/clipper@1.1.580
 - @standardnotes/desktop@3.110.185
 - @standardnotes/mobile@3.58.245
 - @standardnotes/releases@1.4.885
 - @standardnotes/web@3.201.21
2026-03-06 18:42:34 +00:00

32 lines
776 B
JSON

{
"name": "@standardnotes/releases",
"version": "1.4.885",
"repository": {
"type": "git",
"url": "https://github.com/standardnotes/app",
"directory": "packages/releases"
},
"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": "*"
}
}