Files
meteor/tools/tests/apps/standard-app/package.json
Jan Dvorak 80252c11d8 Update elliptic
Based on NPM audit warning
2024-08-22 20:24:02 +02:00

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
}
}