{
  "name": "darg",
  "version": "1.0.31",
  "description": "Quick CLI argv parser and validator",
  "main": "index.js",
  "scripts": {
    "prepublish": "npm run build && git add . && git commit -am \"release\" && git push",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/el1s7/argv1.git"
  },
  "engines": {
    "node": ">=6.9.0",
    "npm": ">=3.0.0"
  },
  "keywords": [
    "darg",
    "argv",
    "parser",
    "cli",
    "parameters",
    "yarg",
    "terminal",
    "arg"
  ],
  "author": "E",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/el1s7/darg/issues"
  },
  "homepage": "https://github.com/el1s7/darg#readme",
  "devDependencies": {
    "@types/node": "^17.0.43",
    "typescript": "^4.7.3"
  }
}
