diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 771294b..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/package.json b/package.json index a6924c0..299ccca 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Violets Purgatory is a personal webapp for", "main": "index.js", "scripts": { - "start": "bun run index.js" + "start": "node index.js" }, "repository": { "type": "git", @@ -21,11 +21,5 @@ "minify-html": "^0.0.2", "ws": "^8.16.0", "youtubei.js": "^9.0.2" - }, - "devDependencies": { - "@types/bun": "latest" - }, - "peerDependencies": { - "typescript": "^5.0.0" } -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 58a9877..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "compilerOptions": { - "lib": ["ESNext"], - "module": "esnext", - "target": "esnext", - "moduleResolution": "bundler", - "moduleDetection": "force", - "allowImportingTsExtensions": true, - "noEmit": true, - "composite": true, - "strict": true, - "downlevelIteration": true, - "skipLibCheck": true, - "jsx": "preserve", - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "allowJs": true, - "types": [ - "bun-types" // add Bun global - ] - } - } \ No newline at end of file