mirror of
https://github.com/maeneko/forgetting.git
synced 2026-08-25 16:24:25 +00:00
install.sh drives the release URL and tarball name off VERSION, so the matching tag is v0.1.4. awg-ctrl/package.json was still on the default 1.0.0 and is now in step with cli and awg-ui.
13 lines
195 B
JSON
13 lines
195 B
JSON
{
|
|
"name": "awg-cli",
|
|
"version": "0.1.4",
|
|
"private": true,
|
|
"dependencies": {
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|