the-moon
Version:
🌕 Show me the moon
33 lines (32 loc) • 637 B
JSON
{
"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"
}
}