Files
meteor/tools/tests/apps/shell/package.json
2021-04-23 19:14:35 +02:00

12 lines
180 B
JSON

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