{ "scripts": { "clean": "rm -rf bin/*", "build": "npm run clean && tsc --project tsconfig.json", "start": "node bin/index.js" }, "dependencies": { "i2c-bus": "^5.2.2", "oled-i2c-bus": "^1.0.12" }, "devDependencies": { "@types/i2c-bus": "^5.1.0", "ts-node": "^10.7.0", "typescript": "^4.6.3", "typescript-language-server": "^0.9.7" } }