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

16 lines
260 B
JSON

{
"name": "app-config",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"meteor-node-stubs": "^1.2.10",
"puppeteer": "^2.1.1"
},
"meteor": {
"testModule": "tests.js"
}
}