mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"name": "shell",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.23.5",
|
|
"meteor-node-stubs": "^1.2.7"
|
|
}
|
|
}
|