mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"name": "dev-bundle-bin-commands",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"exit-with-status": "echo \"This script has an exit status\" && exit 1",
|
|
"exit-normally": "echo \"This script will exit normally\" && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.3",
|
|
"meteor-node-stubs": "^1.2.1"
|
|
}
|
|
}
|