Skip to content
Snippets Groups Projects
package.json 450 B
Newer Older
Pavel Břoušek's avatar
Pavel Břoušek committed
{
  "name": "simplesamlphp-module-authswitcher",
  "private": true,
  "engines": {
    "node": "^14 || ^16",
    "npm": "^5 || ^6"
Pavel Břoušek's avatar
Pavel Břoušek committed
  "devDependencies": {
Pavel Břoušek's avatar
Pavel Břoušek committed
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}