Files
forgetting/awg-ctrl/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

24 lines
499 B
JSON

{
"name": "awg-control",
"version": "0.1.4",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "../node_modules/.bin/tsc"
},
"dependencies": {
"better-sqlite3": "^12.10.0",
"cors": "^2.8.6",
"express": "^4.18.0",
"winston": "^3.19.0"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.19",
"@types/express": "^4.17.0",
"@types/node": "^22.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
}
}