{
  "name": "ecdict",
  "version": "0.0.4",
  "description": "JavaScript interface for ECDICT",
  "main": "dist/ecdict.js",
  "scripts": {
    "tsc": "tsc",
    "start": "tsc && node dist/ecdict.js",
    "build": "tsc",
    "parse": "node dist/utils/parser.js",
    "postinstall": "npm run parse"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yinyanfr/ecdict.git"
  },
  "keywords": [
    "ECDICT",
    "dictionary",
    "english-dictionary"
  ],
  "author": "Yan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yinyanfr/ecdict/issues"
  },
  "homepage": "https://github.com/yinyanfr/ecdict#readme",
  "devDependencies": {
    "@types/node": "^18.11.18",
    "@typescript-eslint/eslint-plugin": "^5.47.1",
    "@typescript-eslint/parser": "^5.47.1",
    "eslint": "^8.30.0",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "csv-parse": "^5.3.3"
  }
}