Files
meteor/tools/tests/apps/shell/package.json
2019-07-04 16:36:27 -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.0"
}
}