| { | |
| "name": "stt", | |
| "version": "1.0.0", | |
| "description": "--- title: Stt emoji: 🦀 colorFrom: purple colorTo: pink sdk: docker pinned: false license: mit ---", | |
| "main": ".eslintrc.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/stt" | |
| }, | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@types/koa": "^2.15.0", | |
| "@types/koa-static": "^4.0.4", | |
| "eslint-plugin-prettier": "^5.2.1", | |
| "koa": "^2.15.3", | |
| "koa-body": "^6.0.1", | |
| "koa-bodyparser": "^4.4.1", | |
| "koa-mount": "^4.0.0", | |
| "koa-router": "^13.0.1", | |
| "koa-static": "^5.0.0", | |
| "nodemon": "^3.1.7", | |
| "tsc-alias": "^1.8.10" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.14.0", | |
| "@types/html-docx-js": "^0.3.4", | |
| "@types/koa-bodyparser": "^4.3.12", | |
| "@types/koa-mount": "^4.0.5", | |
| "@types/koa-router": "^7.4.8", | |
| "@types/node": "^17.0.45", | |
| "@typescript-eslint/parser": "^5.62.0", | |
| "eslint": "^8.57.1", | |
| "eslint-plugin-import": "^2.31.0", | |
| "prettier": "^3.3.3", | |
| "ts-node": "^10.9.2", | |
| "tsconfig-paths": "^4.2.0", | |
| "typescript": "^5.6.3", | |
| "typescript-eslint": "^7.18.0" | |
| } | |
| } | |