mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The docs version badge was reading from apps/docs/package.json which gets out of sync during manual releases. Read from the monorepo root package.json instead so it always matches the released version.
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "@snapotter/docs",
|
|
"version": "1.17.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev .",
|
|
"docs:build": "vitepress build .",
|
|
"docs:preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.22.4",
|
|
"vitepress": "^1.1.4",
|
|
"vitepress-plugin-llms": "^1.13.1"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|