From 55d7a1d3a7f817a0adcd03ff346858d21b1fa645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Fri, 6 Dec 2024 00:35:40 -0500 Subject: [PATCH] Format package.json for improved readability and consistency --- package.json | 240 +++++++++++++++++++++++++-------------------------- 1 file changed, 120 insertions(+), 120 deletions(-) diff --git a/package.json b/package.json index 206a049..303904f 100644 --- a/package.json +++ b/package.json @@ -1,122 +1,122 @@ { - "name": "remix-hono", - "version": "0.0.17", - "license": "MIT", - "description": "Hono middlewares for Remix", - "author": "Sergio Xalambrí (https://sergiodxa.com/)", - "keywords": [ - "remix", - "remix-run", - "react-router", - "hono", - "cloudflare", - "cloudflare-pages" - ], - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sergiodxa" - } - ], - "homepage": "https://github.com/sergiodxa/remix-hono#readme", - "repository": { - "type": "git", - "url": "git+https://github.com/sergiodxa/remix-hono.git" - }, - "bugs": { - "url": "https://github.com/sergiodxa/remix-hono/issues" - }, - "type": "module", - "exports": { - "./cloudflare": { - "types": "./build/cloudflare.d.ts", - "default": "./build/cloudflare.js" - }, - "./handler": { - "types": "./build/handler.d.ts", - "default": "./build/handler.js" - }, - "./i18next": { - "types": "./build/i18next.d.ts", - "default": "./build/i18next.js" - }, - "./security": { - "types": "./build/security.d.ts", - "default": "./build/security.js" - }, - "./session": { - "types": "./build/session.d.ts", - "default": "./build/session.js" - }, - "./trailing-slash": { - "types": "./build/trailing-slash.d.ts", - "default": "./build/trailing-slash.js" - }, - "./typed-env": { - "types": "./build/typed-env.d.ts", - "default": "./build/typed-env.js" - }, - "./package.json": "./package.json" - }, - "sideEffects": false, - "sponsor": { - "url": "https://github.com/sponsors/sergiodxa" - }, - "files": [ - "src", - "build", - "package.json", - "README.md" - ], - "scripts": { - "build": "tsc", - "typecheck": "tsc --noEmit", - "quality": "biome check .", - "quality:fix": "biome check . --write --unsafe", - "exports": "bun run ./scripts/exports.ts" - }, - "peerDependencies": { - "@react-router/cloudflare": "^7.0.1", - "hono": "^4.6.12", - "i18next": "^23.0.0", - "pretty-cache-header": "^1.0.0", - "react-router": "^7.0.1", - "remix-i18next": "^7.0.0", - "zod": "^3.0.0" - }, - "peerDependenciesMeta": { - "react-router": { - "optional": true - }, - "@react-router/cloudflare": { - "optional": true - }, - "i18next": { - "optional": true - }, - "remix-i18next": { - "optional": true - }, - "zod": { - "optional": true - } - }, - "devDependencies": { - "@biomejs/biome": "^1.9.4", - "@cloudflare/workers-types": "^4.20241205.0", - "@react-router/cloudflare": "^7.0.1", - "@total-typescript/tsconfig": "^1.0.4", - "@types/bun": "^1.1.14", - "i18next": "^23.0.0", - "remix-i18next": "^7.0.0", - "typedoc": "^0.27.3", - "typedoc-plugin-mdn-links": "^4.0.3", - "typescript": "^5.7.2", - "vite": "^6.0.3", - "vite-tsconfig-paths": "^5.1.3", - "zod": "^3.22.4" - }, - "trustedDependencies": [ - "@biomejs/biome" - ] + "name": "remix-hono", + "version": "0.0.17", + "license": "MIT", + "description": "Hono middlewares for Remix", + "author": "Sergio Xalambrí (https://sergiodxa.com/)", + "keywords": [ + "remix", + "remix-run", + "react-router", + "hono", + "cloudflare", + "cloudflare-pages" + ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sergiodxa" + } + ], + "homepage": "https://github.com/sergiodxa/remix-hono#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/sergiodxa/remix-hono.git" + }, + "bugs": { + "url": "https://github.com/sergiodxa/remix-hono/issues" + }, + "type": "module", + "exports": { + "./cloudflare": { + "types": "./build/cloudflare.d.ts", + "default": "./build/cloudflare.js" + }, + "./handler": { + "types": "./build/handler.d.ts", + "default": "./build/handler.js" + }, + "./i18next": { + "types": "./build/i18next.d.ts", + "default": "./build/i18next.js" + }, + "./security": { + "types": "./build/security.d.ts", + "default": "./build/security.js" + }, + "./session": { + "types": "./build/session.d.ts", + "default": "./build/session.js" + }, + "./trailing-slash": { + "types": "./build/trailing-slash.d.ts", + "default": "./build/trailing-slash.js" + }, + "./typed-env": { + "types": "./build/typed-env.d.ts", + "default": "./build/typed-env.js" + }, + "./package.json": "./package.json" + }, + "sideEffects": false, + "sponsor": { + "url": "https://github.com/sponsors/sergiodxa" + }, + "files": [ + "src", + "build", + "package.json", + "README.md" + ], + "scripts": { + "build": "tsc", + "typecheck": "tsc --noEmit", + "quality": "biome check .", + "quality:fix": "biome check . --write --unsafe", + "exports": "bun run ./scripts/exports.ts" + }, + "peerDependencies": { + "@react-router/cloudflare": "^7.0.1", + "hono": "^4.6.12", + "i18next": "^23.0.0", + "pretty-cache-header": "^1.0.0", + "react-router": "^7.0.1", + "remix-i18next": "^7.0.0", + "zod": "^3.0.0" + }, + "peerDependenciesMeta": { + "react-router": { + "optional": true + }, + "@react-router/cloudflare": { + "optional": true + }, + "i18next": { + "optional": true + }, + "remix-i18next": { + "optional": true + }, + "zod": { + "optional": true + } + }, + "devDependencies": { + "@biomejs/biome": "^1.9.4", + "@cloudflare/workers-types": "^4.20241205.0", + "@react-router/cloudflare": "^7.0.1", + "@total-typescript/tsconfig": "^1.0.4", + "@types/bun": "^1.1.14", + "i18next": "^23.0.0", + "remix-i18next": "^7.0.0", + "typedoc": "^0.27.3", + "typedoc-plugin-mdn-links": "^4.0.3", + "typescript": "^5.7.2", + "vite": "^6.0.3", + "vite-tsconfig-paths": "^5.1.3", + "zod": "^3.22.4" + }, + "trustedDependencies": [ + "@biomejs/biome" + ] }