{ "name": "processing", "version": "1.0.0", "main": "index.js", "scripts": { "start": "bun --watch index.js" }, "author": "", "license": "ISC", "description": "", "dependencies": { "dotenv": "^17.1.0" } }