Files
standardnotes-app-web/packages/releases/package.json
StandardNotes CI 89b77660f5 chore(release): publish
- @standardnotes/desktop@3.22.12
 - @standardnotes/releases@1.1.0
 - @standardnotes/web-server@1.2.14
 - @standardnotes/web@3.23.0
2022-06-20 17:07:35 +00:00

23 lines
472 B
JSON

{
"name": "@standardnotes/releases",
"version": "1.1.0",
"license": "AGPL-3.0-or-later",
"main": "dist/releases.json",
"publishConfig": {
"access": "public"
},
"author": "Standard Notes.",
"description": "Standard Notes client release versions",
"engines": {
"node": ">=12.19.0 <17.0.0"
},
"scripts": {
"build": "node index.mjs",
"version": "yarn build"
},
"devDependencies": {
"@types/node": "*",
"typescript": "*"
}
}