transcripty
Version:
Extract chat logs from Google Meet HTML files and convert them to text and markdown files
47 lines (46 loc) • 943 B
JSON
{
"name": "transcripty",
"version": "0.0.1",
"description": "Extract chat logs from Google Meet HTML files and convert them to text and markdown files",
"main": "index.js",
"type": "module",
"bin": {
"transcripty": "./index.js"
},
"scripts": {
"test": "node index.js --help",
"start": "node index.js"
},
"files": [
"index.js",
"README.md"
],
"keywords": [
"google-meet",
"chat-log",
"transcript",
"html-parser",
"cli",
"meeting",
"chat",
"converter",
"markdown",
"text"
],
"author": "freeslugs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/freeslugs/transcripty.git"
},
"bugs": {
"url": "https://github.com/freeslugs/transcripty/issues"
},
"homepage": "https://github.com/freeslugs/transcripty#readme",
"dependencies": {
"commander": "^14.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}