mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
19 lines
493 B
JSON
19 lines
493 B
JSON
{
|
|
"name": "standard-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"test": "meteor test --once --driver-package meteortesting:mocha",
|
|
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
|
|
"visualize": "meteor --production --extra-packages bundle-visualizer"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.23.5",
|
|
"meteor-node-stubs": "^1.2.10"
|
|
},
|
|
"meteor": {
|
|
"mainModule": false,
|
|
"testModule": false
|
|
}
|
|
}
|