UNPKG

ofi

Version:

Yet another arguments parser

44 lines (43 loc) 762 B
{ "name": "ofi", "version": "1.4.0", "description": "Yet another arguments parser", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "repository": "mrozio13pl/ofi", "author": "mrozio13pl", "license": "MIT", "engines": { "node": ">=12" }, "files": [ "dist" ], "keywords": [ "cli", "args", "parser", "options", "command", "cmd", "yargs", "commander", "sade", "opt", "argv" ] }