{
	"name": "@trenskow/arguments-parser",
	"version": "0.3.99",
	"description": "Yet another arguments parser.",
	"main": "index.js",
	"type": "module",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/trenskow/arguments-parser.git"
	},
	"keywords": [
		"arguments",
		"parser",
		"argument",
		"parse"
	],
	"author": "Kristian Trenskow <this.is@kristians.email>",
	"license": "BSD-3-Clause",
	"bugs": {
		"url": "https://github.com/trenskow/arguments-parser/issues"
	},
	"homepage": "https://github.com/trenskow/arguments-parser#readme",
	"dependencies": {
		"@trenskow/caseit": "^1.4.26",
		"@trenskow/print": "^0.1.63",
		"isvalid": "^5.0.10"
	},
	"devDependencies": {
		"@eslint/eslintrc": "^3.3.5",
		"@eslint/js": "^10.0.1",
		"eslint": "^10.5.0",
		"globals": "^17.7.0"
	}
}
