Files
meteor/tools/tests/apps/shell/package.json
2021-07-20 16:33:20 +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.1.0"
}
}