{
  "name": "@selrious/semver",
  "version": "2.1.0",
  "private": false,
  "description": "Semantic Versioning Playground",
  "keywords": [
    "Semantic",
    "Versioning",
    "Automation",
    "GitHub",
    "Release",
    "Conventional",
    "Commits"
  ],
  "homepage": "https://github.com/SelRiouS/SemVer#readme",
  "bugs": {
    "url": "https://github.com/SelRiouS/SemVer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SelRiouS/SemVer.git"
  },
  "license": "MIT",
  "author": "SelRiouS",
  "type": "commonjs",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "conventional-changelog-conventionalcommits": "8.0.0",
    "semantic-release": "24.2.1"
  }
}
