{
  "name": "@mango-js/parcel-namer",
  "version": "1.0.0-alpha.41",
  "description": "Parcel v2 namer for Mango",
  "keywords": [
    "mango",
    "framework",
    "parcel",
    "namer"
  ],
  "homepage": "https://mangojs.geeekyboy.com",
  "bugs": {
    "url": "https://github.com/GeeekyBoy/mango/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GeeekyBoy/mango.git",
    "directory": "packages/parcel-namer"
  },
  "license": "MIT",
  "author": {
    "name": "Ahmed Hassan",
    "email": "ahmed.hassan@geeekyboy.com",
    "url": "https://geeekyboy.com"
  },
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist/",
    "package.json",
    "LICENSE"
  ],
  "dependencies": {
    "@parcel/plugin": "2.13.3"
  },
  "engines": {
    "node": "^18.20.0 || ^20.17.0 || >=22.8.0",
    "parcel": "2.13.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a6dc4cd951aa9bde6aa639338a1f13b179ccb142"
}