Files
meteor/tools/tests/apps/shell/package.json
2024-10-31 12:45:30 +08: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.12"
}
}