{
  "name": "@bsgbryan/madul",
  "version": "2026.05.31",
  "author": "Bryan Maynard <bsgbryan@gmail.com> (https://bsgbryan.com)",
  "description": "The fun way to do functional programming in TypeScript!",
  "homepage": "https://madul.dev",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/bsgbryan/madul.git"
  },
  "scripts": {
  	"build": "tsc"
  },
  "bugs": {
    "url": "https://github.com/bsgbryan/madul/issues"
  },
  "keywords": [
    "async",
    "module",
    "funtional",
    "library"
  ],
  "exports": {
	 	".": {
	    "require": {
	      "types": "./lib/index.ts",
	      "default": "./lib/index.ts"
	    },
	    "import": {
	      "types": "./lib/index.ts",
	      "default": "./lib/index.ts"
	    }
	  }
  },
  "types": "./lib/types.ts",
  "files": [
  	"./lib/Bootstrap.ts",
    "./lib/Collection.ts",
    "./lib/Config.ts",
    "./lib/Context.ts",
    "./lib/Decorator.ts",
    "./lib/Err.ts",
    "./lib/index.ts",
    "./lib/types.ts"
  ],
  "directories": {
  	"lib": "lib"
  },
  "license": "MIT",
  "dependencies": {
    "ansi-colors": "^4.1.3",
    "comment-json": "^4.2.5"
  },
  "devDependencies": {
	  "@types/bun": "latest"
  },
	"peerDependencies": {
	  "typescript": "^6.0.3"
	}
}
