Files
meteor/tools/tests/apps/shell/package.json
2020-08-05 17:52:32 -04:00

12 lines
178 B
JSON

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