Files
meteor/tools/tests/apps/shell/package.json
2017-12-30 14:02:58 -05:00

12 lines
186 B
JSON

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