{
  "name": "oparser",
  "version": "3.0.22",
  "description": "A very forgiving key-value option parser",
  "main": "src/index.js",
  "author": "David Wells",
  "license": "MIT",
  "keywords": [
    "parser",
    "options"
  ],
  "homepage": "https://github.com/DavidWells/oparser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavidWells/oparser.git"
  },
  "scripts": {
    "test": "uvu src '.test.([mc]js|[jt]sx?)$'",
    "publish": "git push origin && git push origin --tags",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish"
  },
  "devDependencies": {
    "uvu": "^0.5.1"
  },
  "dependencies": {
    "json-alexander": "^0.1.13"
  }
}
