{
  "name": "your-name-testing-shouldNotEmit",
  "version": "0.0.0",
  "description": "Crosstalk 'testing' worker",
  "main": "index.js",
  "scripts": {
    "test": "node --harmony test/shouldNotEmit.js"
  },
  "devDependencies": {
    "crosstalk-ide": "2.x.x"
  },
  "author": "Your Name <your.name@email.com>",
  "crosstalk": {
    "type": "worker"
  },
  "private": true
}