Files
forgetting/cli/package.json
T
maeneko 01d8524f8c Bump version to 0.1.4
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.
2026-08-17 18:01:35 +03:00

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"
}
}