{
  "name": "the-moon",
  "version": "1.1.0",
  "description": "🌕 Show me the moon",
  "keywords": [
    "🌕",
    "moon",
    "date",
    "moon-phase",
    "lunar"
  ],
  "author": "omrilotan",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omrilotan/mono.git"
  },
  "homepage": "https://omrilotan.com/mono/the-moon/",
  "main": "index.js",
  "browser": "dist/index.js",
  "bin": {
    "moon": "./bin.js",
    "the-moon": "./bin.js"
  },
  "scripts": {
    "start": "./bin.js",
    "test": "cd ../../; npm t packages/the-moon; cd -"
  },
  "publishConfig": {
    "tag": "latest"
  }
}
