UNPKG

uploadthing-codegen

Version:
43 lines (42 loc) 1.17 kB
{ "name": "uploadthing-codegen", "version": "0.1.4", "type": "module", "main": "src/index.js", "bin": { "uploadthing-codegen": "src/index.js" }, "description": "Generates types for uploadthing routes", "keywords": [ "uploadthing", "codegen" ], "author": "prabhuomkar9", "repository": "https://github.com/prabhuomkar9/uploadthing-codegen", "scripts": { "build": "eslint . && tsc", "check": "eslint . --max-warnings 0 && tsc --noEmit", "lint": "eslint . --max-warnings 0", "lint:fix": "eslint . --fix", "typecheck": "tsc --noEmit", "format:write": "prettier --write --cache .", "format:check": "prettier --check --cache ." }, "dependencies": { "jiti": "^2.4.2", "ts-morph": "^24.0.0", "zod": "^3.24.1" }, "devDependencies": { "@eslint/js": "^9.17.0", "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@types/eslint-config-prettier": "^6.11.3", "@types/node": "^22.10.2", "@uploadthing/shared": "^7.1.3", "eslint-config-prettier": "^9.1.0", "prettier": "^3.4.2", "typescript": "^5.7.2", "typescript-eslint": "^8.18.2", "uploadthing": "^7.4.1" } }