{
  "name"        : "ernilambar/nepali-date",
  "description" : "Nepali Date",
  "keywords"    : [ "date" ],
  "homepage"    : "https://github.com/ernilambar/nepali-date",
  "license"     : "MIT",
  "authors"     : [
    {
      "name"     : "Nilambar Sharma",
      "email"    : "nilambar@outlook.com",
      "homepage" : "https://www.nilambar.net",
      "role"     : "Developer"
    }
  ],
  "support"     : {
    "issues" : "https://github.com/ernilambar/nepali-date/issues"
  },
  "scripts": {
    "test": "phpunit",
    "config-cs": [
      "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run",
      "\"vendor/bin/phpcs\" --config-set default_standard PSR2"
    ],
    "post-install-cmd": "@config-cs",
    "post-update-cmd": "@config-cs",
    "lint": "\"vendor/bin/phpcs\" . ",
    "lint-fix": "\"vendor/bin/phpcbf\" . "
  },
  "autoload"    : {
    "psr-4": { 
      "Nilambar\\NepaliDate\\": "src/" 
    }
  },
  "autoload-dev"    : {
    "psr-4": { 
      "Nilambar\\NepaliDate\\Test\\": "tests/" 
    }
  },
  "require"     : {
    "php" : ">=5.6"
  },
  "require-dev": {
    "phpunit/phpunit": "^9",
    "squizlabs/php_codesniffer": "^3.5",
    "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2"
  }
}
