{ "name": "bakery", "version": "1.0.0", "type": "module", "main": "index.js", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "jest": "^30.2.0" } }