Files
meteor/tools/tests/apps/dev-bundle-bin-commands/package.json
2017-12-30 14:02:58 -05:00

14 lines
355 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.0.0-beta.36",
"meteor-node-stubs": "^0.3.2"
}
}