{
  "name": "@jcubic/lily",
  "version": "0.5.0",
  "description": "Very simple option parser inspired by YARGS with no dependencies",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest __test__/*.spec.js",
    "test:coverage": "jest __test__/*.spec.js --coverage"
  },
  "keywords": [
    "parsing",
    "parser",
    "options",
    "cli",
    "arguments",
    "yargs",
    "command line"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcubic/lily.git"
  },
  "bugs": {
    "url": "https://github.com/jcubic/lily/issues"
  },
  "homepage": "https://github.com/jcubic/lily#readme",
  "author": "Jakub T. Jankiewicz <jcubic@onet.pl> (https://jcubic.pl/me/)",
  "license": "MIT",
  "devDependencies": {
    "jest": "^30.2.0"
  },
  "jest": {
    "collectCoverageFrom": [
      "index.js"
    ],
    "coverageReporters": [
      "text",
      "lcov"
    ]
  }
}
