Files
meteor/tools/tests/apps/shell/package.json

12 lines
186 B
JSON

{
"name": "shell",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.34",
"meteor-node-stubs": "^0.3.2"
}
}