{ "name": "git-commit-hash", "private": true, "scripts": { "start": "meteor run", "test": "TEST_BROWSER_DRIVER=puppeteer meteor test --once --full-app --driver-package meteortesting:mocha" }, "dependencies": { "@babel/runtime": "^7.15.3", "meteor-node-stubs": "^1.1.0", "puppeteer": "^2.1.1" }, "meteor": { "mainModule": { "client": "client/main.js", "server": "server/main.js" }, "testModule": "tests/main.js" } }