feat: add multilingual support so Naomi can use Python too

This commit is contained in:
2026-01-23 15:32:02 -08:00
parent 38e7f15d93
commit c0ad74367a
52 changed files with 1305 additions and 46 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "scripts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "op run --env-file=prod.env --no-masking -- tsx"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"dependencies": {
"@aws-sdk/client-s3": "3.940.0",
"@inquirer/prompts": "7.8.6",
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@octokit/rest": "22.0.0",
"@types/cli-progress": "3.11.6",
"@types/node": "24.3.0",
"cli-progress": "3.12.0",
"eslint": "9.34.0",
"open": "11.0.0",
"tsx": "4.20.5",
"typescript": "5.9.2"
}
}