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

14 lines
322 B
JSON

{
"name": "dev-bundle-bin-commands",
"private": true,
"scripts": {
"start": "meteor run",
"exit-with-status": "node exitWithStatus.js",
"exit-normally": "echo \"This script will exit normally\" && exit 0"
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"meteor-node-stubs": "^1.2.10"
}
}