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

12 lines
180 B
JSON

{
"name": "shell",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"meteor-node-stubs": "^1.2.10"
}
}