{ "name": "iterable-llm", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "tsx src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/node": "^25.2.0", "tsx": "^4.21.0", "typescript": "^5.9.3" } }