Files
meteor/tools/tests/apps/shell/package.json
2021-06-28 17:32:00 +02:00

12 lines
179 B
JSON

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