{ "name": "pip-fundraiser-thermometer", "version": "0.1.0", "description": "Example: push a fundraiser goal-progress thermometer overlay to ScreenTinker screens via the PiP API.", "type": "commonjs", "main": "thermo.js", "scripts": { "start": "node thermo.js", "test": "node test.js" }, "engines": { "node": ">=18" } }