{
  "name": "mvnx",
  "version": "4.2.0",
  "description": "Execute JARs from maven repositories with no strings attached.",
  "main": "dist/index.js",
  "keywords": [
    "maven",
    "java",
    "mvn",
    "jar",
    "executor"
  ],
  "bin": {
    "mvnx": "bin/mvnx.js"
  },
  "scripts": {
    "bundle": "ncc build src/cli/index.js -m -o dist",
    "lint": "standard",
    "lint:fix": "standard --fix",
    "make-native": "npm run bundle && node ./scripts/make-native.js",
    "test": "npm run lint"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mvnx/mvnx.git"
  },
  "author": "Attila Bagossy",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/mvnx/mvnx/issues"
  },
  "homepage": "https://github.com/mvnx/mvnx#readme",
  "standard": {
    "ignore": "dist/*"
  },
  "devDependencies": {
    "@vercel/ncc": "0.30.0",
    "chalk": "4.1.2",
    "fast-xml-parser": "3.19.0",
    "follow-redirects": "1.14.3",
    "husky": "4.2.3",
    "mkdirp": "1.0.4",
    "pkg": "5.3.1",
    "standard": "16.0.3",
    "yargs": "15.3.1"
  },
  "files": [
    "bin"
  ]
}
