diff --git a/package.json b/package.json index d83a6c3..0c7d218 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "@gramio/files", - "main": "./dist/index.js", - "version": "0.0.8", - "type": "commonjs", - "description": "Set of utils for work with files and Telegram Bot API", - "keywords": [ - "gramio", - "telegram", - "file", - "files", - "upload" - ], - "scripts": { - "generate": "bun scripts/generate.ts", - "prepublishOnly": "tsc", - "lint": "bunx @biomejs/biome check ./src", - "lint:fix": "bun lint --apply", - "jsr": "bun scripts/release-jsr.ts" - }, - "devDependencies": { - "@biomejs/biome": "1.7.3", - "@types/bun": "^1.1.6", - "@types/node": "^20.14.9", - "prettier": "^3.3.2", - "typescript": "^5.5.2" - }, - "dependencies": { - "@gramio/types": "^7.6.0" - }, - "files": [ - "dist" - ] + "name": "@gramio/files", + "main": "./dist/index.js", + "version": "0.0.9", + "type": "commonjs", + "description": "Set of utils for work with files and Telegram Bot API", + "keywords": [ + "gramio", + "telegram", + "file", + "files", + "upload" + ], + "scripts": { + "generate": "bun scripts/generate.ts", + "prepublishOnly": "tsc", + "lint": "bunx @biomejs/biome check ./src", + "lint:fix": "bun lint --apply", + "jsr": "bun scripts/release-jsr.ts" + }, + "devDependencies": { + "@biomejs/biome": "1.7.3", + "@types/bun": "^1.1.6", + "@types/node": "^20.14.9", + "prettier": "^3.3.2", + "typescript": "^5.5.2" + }, + "dependencies": { + "@gramio/types": "^7.6.0" + }, + "files": [ + "dist" + ] }