{
  "name": "wp-comoquiero",
  "scripts": {
    "commit": "git commit -a -m 'deploy `date +%y.%m.%d%H%M`'",
    "tag": "git tag -a $(date +%y.%m.%d%H%M) -m 'version $(date +%y.%m.%d%H%M)' || true",
    "deploy": "npm run commit && npm run tag && bash deploy.sh"
  },
  "dependencies": {
  }
}
