{
  "name": "feishu-docx",
  "version": "0.7.0",
  "description": "Convert Feishu Docx into other format (Markdown, HTML ...)",
  "module": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "url": "https://github.com/longbridgeapp/feishu-pages"
  },
  "publisher": "Jason Lee",
  "author": {
    "name": "Jason Lee",
    "email": "huacnlee@gmail.com"
  },
  "scripts": {
    "build": "tsc -d",
    "release": "yarn build && npm publish",
    "test": "jest"
  },
  "dependencies": {
    "@types/node": "^20.5.7",
    "dotenv": "^16.3.1",
    "feishu-docx": "^0.1.3",
    "js-yaml": "^4.1.0",
    "jsdom": "^22.1.0",
    "marked": "^9.1.2",
    "marked-xhtml": "^1.0.7",
    "typescript": "^5.2.2"
  },
  "devDependencies": {
    "@jest/globals": "^29.6.4",
    "@types/jsdom": "^21.1.2",
    "jest": "^29.6.4",
    "jest-diff": "^29.7.0",
    "ts-jest": "^29.1.1"
  },
  "license": "MIT"
}
