Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 4e903c85a2 chore(release): publish
- @standardnotes/clipper@1.1.350
 - @standardnotes/desktop@3.108.286
 - @standardnotes/mobile@3.58.9
 - @standardnotes/releases@1.4.642
 - @standardnotes/web@3.183.9
2023-12-05 09:22:00 +00:00

27 lines
646 B
JSON

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