mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
21 lines
474 B
JSON
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"
|
|
}
|
|
}
|