- @standardnotes/desktop@3.23.65 - @standardnotes/mobile@3.30.20 - @standardnotes/releases@1.2.86 - @standardnotes/snjs@2.123.6 - @standardnotes/web-server@1.2.88 - @standardnotes/web@3.38.4
28 lines
707 B
JSON
28 lines
707 B
JSON
{
|
|
"name": "@standardnotes/releases",
|
|
"version": "1.2.86",
|
|
"license": "AGPL-3.0-or-later",
|
|
"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/components-meta": "workspace:*",
|
|
"@standardnotes/desktop": "workspace:*",
|
|
"@standardnotes/mobile": "workspace:*",
|
|
"@standardnotes/web": "workspace:*",
|
|
"@types/node": "*",
|
|
"typescript": "*"
|
|
}
|
|
}
|