{ "name": "chattakeoutreader", "version": "1.0.0", "description": "", "main": "index.ts", "scripts": { "start": "tsc && node index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/escape-html": "^1.0.2", "@types/luxon": "^3.3.0", "@types/node": "^20.4.2", "escape-html": "^1.0.3", "luxon": "^3.3.0", "typescript": "^5.1.6" } }