{
  "name": "com.bbbirder.testmod",
  "version": "1.0.2",
  "description": "a test of npm module",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },

  "bin": {
    "testmod": "node index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "com.bbbirder.testmod": "^1.0.0"
  }
}
