Files
meteor/tools/tests/apps/git-commit-hash/package.json
2019-07-04 16:36:27 -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.0",
"puppeteer": "^1.6.2"
},
"meteor": {
"mainModule": {
"client": "client/main.js",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}