Joey / package.json
yuanjiajun
feat: docx问题处理
9f42a0f
{
"name": "joey",
"version": "1.0.0",
"description": "--- title: Joey emoji: 📚 colorFrom: gray colorTo: purple sdk: docker pinned: false license: mit ---",
"main": "build/app.js",
"scripts": {
"dev": "nodemon",
"build": "tsc && tsc-alias",
"start": "node ./dist/app.js",
"lint": "eslint --ext .ts src --fix"
},
"repository": {
"type": "git",
"url": "https://huggingface.co/spaces/Joey7938/Joey"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"docx": "^9.0.2",
"fs": "0.0.1-security",
"html-docx-js": "^0.3.1",
"html-to-docx": "^1.8.0",
"koa": "^2.15.3",
"koa-body": "^6.0.1",
"koa-bodyparser": "^4.4.1",
"koa-router": "^13.0.1",
"koa-static": "^5.0.0",
"nodemon": "^3.1.7",
"sharp": "^0.33.5",
"tsc-alias": "^1.8.10",
"util": "^0.12.5"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
"@types/html-docx-js": "^0.3.4",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-router": "^7.4.8",
"@types/node": "^17.0.45",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"typescript-eslint": "^7.7.1"
}
}