Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI c0358882c6 chore(release): publish
- @standardnotes/clipper@1.1.269
 - @standardnotes/desktop@3.108.203
 - @standardnotes/mobile@3.56.182
 - @standardnotes/releases@1.4.557
 - @standardnotes/snjs@2.202.99
 - @standardnotes/web@3.178.6
2023-10-19 13:17:24 +00:00

27 lines
646 B
JSON

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