github.com/criteo/command-launcher@v0.0.0-20230407142452-fb616f546e98/package.json (about)

     1  {
     2    "name": "command-launcher",
     3    "description": "A command launcher 🚀 made with ❤️",
     4    "scripts": {
     5      "prepare": "husky install && npm install --prefix ./gh-pages"
     6    },
     7    "repository": {
     8      "type": "git",
     9      "url": "git+https://github.com/criteo/command-launcher.git"
    10    },
    11    "bugs": {
    12      "url": "https://github.com/criteo/command-launcher/issues"
    13    },
    14    "homepage": "https://criteo.github.io/command-launcher/",
    15    "devDependencies": {
    16      "husky": "^8.0.0"
    17    }
    18  }