{ "name": "fermi", "version": "0.0.1", "description": "A Harmony Client written in TS, HTML and CSS.", "main": ".dist/index.js", "type": "module", "scripts": { "bunBuild": "bun build.ts", "build": "node buildnode.js && node build.js", "start": "node dist/index.js" }, "author": "MathMan05", "license": "GPL-3.0", "dependencies": { "@swc/core": "1.11.24" }, "devDependencies": { "@types/audioworklet": "^0.0.90", "@types/node": "^25.5.0", "@types/node-fetch": "^2.6.13", "prettier": "^3.7.4", "typescript": "5.9.3" }, "prettier": { "useTabs": true, "printWidth": 100, "semi": true, "bracketSpacing": false } }