{
  "name": "tipa2unicode",
  "version": "0.1.1",
  "description": "Convert LaTeX/TIPA to Unicode IPA",
  "main": "index.js",
  "bin": {
    "tipa2unicode": "./bin/tipa2unicode.js"
  },
  "scripts": {
    "test": "jest --coverage"
  },
  "targets": {
    "main": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/b1f6c1c4/tipa2unicode.git"
  },
  "keywords": [
    "phonetics",
    "phonology",
    "IPA",
    "LaTeX"
  ],
  "author": "b1f6c1c4 <b1f6c1c4@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/b1f6c1c4/tipa2unicode/issues"
  },
  "homepage": "https://github.com/b1f6c1c4/tipa2unicode#readme",
  "dependencies": {
    "htmlencode": "0.0.4",
    "latex-utensils": "^4.1.0",
    "unicode": "^14.0.0",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "jest": "^27.4.7"
  },
  "jest": {
    "collectCoverageFrom": [
      "index.js"
    ]
  }
}
