diff --git a/packages/shared/package.json b/packages/shared/package.json index c903ac0..95e3b7a 100755 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,40 +1,40 @@ -{ - "name": "@revanced/bot-shared", - "type": "module", - "version": "0.1.0", - "description": "🙌🏻 Shared components for bots assisting ReVanced", - "main": "dist/index.js", - "types": "dist/index.d.ts", - "scripts": { - "build": "bun bundle && bun types", - "watch": "conc --raw \"bun bundle:watch\" \"bun types:watch\"", - "bundle": "bun build src/index.ts --outdir=dist --sourcemap=external --target=node --minify", - "bundle:watch": "bun run bundle --watch", - "types": "tsc --declaration --emitDeclarationOnly", - "types:watch": "bun types --watch --preserveWatchOutput", - "types:clean": "bun types --build --clean" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/revanced/revanced-helper.git", - "directory": "packages/shared" - }, - "author": "Palm (https://github.com/PalmDevs)", - "contributors": [ - "Palm (https://github.com/PalmDevs)", - "ReVanced (https://github.com/revanced)" - ], - "license": "GPL-3.0-or-later", - "bugs": { - "url": "https://github.com/revanced/revanced-helper/issues" - }, - "homepage": "https://github.com/revanced/revanced-helper#readme", - "dependencies": { - "bson": "^6.2.0", - "chalk": "^5.3.0", - "supports-color": "^9.4.0", - "tracer": "^1.3.0", - "valibot": "^0.21.0", - "zod": "^3.22.4" - } -} +{ + "name": "@revanced/bot-shared", + "type": "module", + "version": "0.1.0", + "description": "🙌🏻 Shared components for bots assisting ReVanced", + "main": "dist/index.js", + "types": "dist/index.d.ts", + "scripts": { + "build": "bun bundle && bun types", + "watch": "conc --raw \"bun bundle:watch\" \"bun types:watch\"", + "bundle": "bun build src/index.ts --outdir=dist --sourcemap=external --target=node --minify", + "bundle:watch": "bun run bundle --watch", + "types": "tsc --declaration --emitDeclarationOnly", + "types:watch": "bun types --watch --preserveWatchOutput", + "types:clean": "bun types --build --clean" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/revanced/revanced-helper.git", + "directory": "packages/shared" + }, + "author": "Palm (https://github.com/PalmDevs)", + "contributors": [ + "Palm (https://github.com/PalmDevs)", + "ReVanced (https://github.com/revanced)" + ], + "license": "GPL-3.0-or-later", + "bugs": { + "url": "https://github.com/revanced/revanced-helper/issues" + }, + "homepage": "https://github.com/revanced/revanced-helper#readme", + "dependencies": { + "bson": "^6.2.0", + "chalk": "^5.3.0", + "supports-color": "^9.4.0", + "tracer": "^1.3.0", + "valibot": "^0.21.0", + "zod": "^3.22.4" + } +} diff --git a/packages/shared/tsconfig.json b/packages/shared/tsconfig.json index f4b850d..9ed99d0 100755 --- a/packages/shared/tsconfig.json +++ b/packages/shared/tsconfig.json @@ -1,11 +1,11 @@ -{ - "extends": "../../tsconfig.packages.json", - "compilerOptions": { - "baseUrl": ".", - "rootDir": "./src", - "outDir": "dist", - "module": "ESNext", - "composite": true - }, - "exclude": ["node_modules", "dist"] -} +{ + "extends": "../../tsconfig.packages.json", + "compilerOptions": { + "baseUrl": ".", + "rootDir": "./src", + "outDir": "dist", + "module": "ESNext", + "composite": true + }, + "exclude": ["node_modules", "dist"] +}