{ "name": "@rondo.dev/argparse", "repository": "https://github.com/rondomoon/rondo-framework/tree/master/packages/argparse", "version": "0.0.2", "license": "MIT", "scripts": { "test": "jest", "lint": "tslint --project .", "compile": "tsc", "clean": "rm -rf lib/" }, "types": "lib/index.d.ts", "main": "lib/index.js", "module": "esm/index.js" }