{
  "name": "passed",
  "version": "2.0.3",
  "description": "command line argument parser",
  "main": "dist/src",
  "scripts": {
    "dev": "npm run build && node dist/src",
    "test": "ava dist/test --verbose",
    "build": "tsc"
  },
  "author": "xist",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xist/passed.git"
  },
  "bugs": {
    "url": "https://github.com/xist/passed/issues"
  },
  "homepage": "https://github.com/xist/passed#readme",
  "keywords": [
    "command",
    "line",
    "cli",
    "arguments",
    "argparser",
    "parsing",
    "commander",
    "minimist",
    "yargs"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^11.9.3",
    "ava": "^1.2.1"
  }
}
