Files
meteor/tools/tests/apps/git-commit-hash/package.json
Jan Dvorak da5bf91186 Update meteor-node-stubs in skeletons & tests
Also update jQuery and @babel packages to the latest version.
2023-11-30 13:30:21 +01:00

21 lines
475 B
JSON

{
"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.23.5",
"meteor-node-stubs": "^1.2.7",
"puppeteer": "^2.1.1"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}