Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 52ef2a8a70 chore(release): publish
- @standardnotes/clipper@1.1.146
 - @standardnotes/desktop@3.108.77
 - @standardnotes/mobile@3.56.57
 - @standardnotes/releases@1.4.429
 - @standardnotes/sncrypto-web@1.14.8
 - @standardnotes/snjs@2.202.35
 - @standardnotes/web@3.169.4
2023-08-06 21:04:39 +00:00

27 lines
653 B
JSON

{
"name": "@standardnotes/releases",
"version": "1.4.429",
"license": "CC BY-NC-SA 4.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": "*"
}
}