{
  "name": "subtexty",
  "version": "0.1.0",
  "description": "Extract clean plain-text from subtitle files",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "subtexty": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/cli.ts",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "clean": "rimraf dist"
  },
  "keywords": [
    "subtitle",
    "caption",
    "text-extraction",
    "utility",
    "cli",
    "vtt",
    "srt",
    "ttml",
    "sbv",
    "json3"
  ],
  "author": {
    "name": "bytesnack114",
    "email": "bytesnack114@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bytesnack114/subtexty.git"
  },
  "bugs": {
    "url": "https://github.com/bytesnack114/subtexty/issues"
  },
  "homepage": "https://github.com/bytesnack114/subtexty#readme",
  "dependencies": {
    "commander": "^9.4.1",
    "he": "^1.2.0",
    "iconv-lite": "^0.6.3"
  },
  "devDependencies": {
    "@types/he": "^1.2.3",
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.0",
    "@typescript-eslint/eslint-plugin": "^5.57.0",
    "@typescript-eslint/parser": "^5.57.0",
    "eslint": "^8.37.0",
    "jest": "^29.5.0",
    "rimraf": "^4.4.1",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE.md"
  ]
}
