File size: 1,325 Bytes
82e23de f6d320c 82e23de f6d320c bcc742a f6d320c 82e23de f6d320c 9f42a0f f6d320c 7262592 82e23de 4b0b421 b52aec2 650e375 f6d320c b52aec2 f6d320c d1476e0 f6d320c 76429f5 f6d320c 82e23de | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"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"
}
}
|