{
  "name": "sync-pom-version-to-package",
  "version": "1.6.1",
  "description": "Sync's the maven project version to the package.json",
  "main": "index.js",
  "author": "Branden Cash",
  "license": "MIT",
  "homepage": "https://github.com/MashupMill/sync-pom-version-to-package",
  "keywords": [
    "maven",
    "pom",
    "pom.xml",
    "mvn",
    "version",
    "package.json",
    "sync"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/MashupMill/sync-pom-version-to-package.git"
  },
  "bugs": {
    "url": "https://github.com/MashupMill/sync-pom-version-to-package/issues"
  },
  "bin": {
    "sync-pom-version": "src/cli.js"
  },
  "scripts": {
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "test": "mocha",
    "test:coverage": "nyc --reporter=html --reporter=text --reporter=lcov npm test",
    "test:watch": "mocha --watch",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.11",
    "eslint": "^7.21.0",
    "mocha": "^8.3.0",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.0.0",
    "semantic-release": "^17.4.0"
  },
  "dependencies": {
    "argparse": "^2.0.1",
    "semver-regex": "^3.1.1",
    "xml-parser": "^1.2.1"
  }
}
