Files
meteor/tools/tests/apps/shell/package.json
2021-08-02 14:50:41 +02:00

12 lines
179 B
JSON

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