Files
standardnotes-app-web/packages/releases/package.json
Antonella Sgarlatta bef02d3daf chore: upgrade lerna lite (#2980)
* chore: upgrade lerna-lite

* chore: add repository attribute to releases package.json

* chore: trigger release
2026-02-07 15:24:32 -03:00

32 lines
776 B
JSON

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