mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
24 lines
608 B
JSON
24 lines
608 B
JSON
{
|
|
"name": "escmascript-regression",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"test": "meteor test --driver-package meteortesting:mocha",
|
|
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha --exclude-archs web.browser"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.3",
|
|
"meteor-node-stubs": "^1.2.1",
|
|
"puppeteer": "^10.4.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"meteor": {
|
|
"mainModule": {
|
|
"client": "client/main.jsx",
|
|
"server": "server/main.js"
|
|
},
|
|
"testModule": "tests/main.js"
|
|
}
|
|
}
|