Exports Google Chat Takeouts as HTML files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
chattakeoutreader/package.json

20 lines
409 B

{
"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"
}
}