{
  "name": "mvn-artifact-name-parser",
  "version": "6.1.2",
  "description": "Parse java artifact names",
  "main": "./lib/parse.js",
  "typings": "./lib/parse.d.ts",
  "scripts": {
    "test": "mocha -r @babel/register --reporter=tap",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/laat/mvn-dl.git"
  },
  "keywords": [
    "maven",
    "artifact"
  ],
  "author": "Sigurd Fosseng",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/laat/mvn-dl/issues"
  },
  "engines": {
    "node": ">=12"
  },
  "homepage": "https://github.com/laat/mvn-dl#readme",
  "devDependencies": {
    "chai": "*",
    "mocha": "*",
    "typescript": "^4.3.2"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  },
  "gitHead": "5753be3e8a8bb4172d68fcdfd72faf15a437e8f0"
}
