Files
meteor/tools/tests/apps/app-config/package.json
2024-10-31 12:45:30 +08: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.12",
"puppeteer": "^2.1.1"
},
"meteor": {
"testModule": "tests.js"
}
}