Files
meteor/tools/tests/apps/git-commit-hash/package.json
2020-12-09 09:44:16 -04:00

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