refactor: clean up the use of setup-python

This commit is contained in:
Richard Tang
2026-02-04 14:49:39 -08:00
parent 3114af75e4
commit e318281989
9 changed files with 15 additions and 883 deletions
+1 -4
View File
@@ -9,14 +9,11 @@
},
"license": "Apache-2.0",
"scripts": {
"setup": "echo '⚠️ This npm setup is for the archived web application. For agent development, use: ./scripts/setup-python.sh' && bash scripts/setup.sh",
"test:duplicates": "bun test scripts/auto-close-duplicates"
},
"devDependencies": {
"@types/node": "^20.10.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0",
"yaml": "^2.3.0"
"typescript": "^5.3.0"
},
"engines": {
"node": ">=20.0.0",