{
  "name": "process-args",
  "version": "0.0.2",
  "description": "Process args",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DifferentAcademy/process-args.git"
  },
  "keywords": [
    "nodejs",
    "process",
    "args",
    "argv"
  ],
  "author": "Igor Katsuba <katsuba.igor@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DifferentAcademy/process-args/issues"
  },
  "homepage": "https://github.com/DifferentAcademy/process-args#readme",
  "dependencies": {
    "immutable": "^3.8.1"
  },
  "files": [
    "lib"
  ]
}
