{
  "name": "@pritesh9/parcel-namer-preserve-structure",
  "version": "1.2.0",
  "description": "Preserves file names and dir structure.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pritesh9/parcel-namer-preserve-structure.git"
  },
  "keywords": [
    "parcel",
    "namer",
    "structure"
  ],
  "author": "Pritesh Patel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pritesh9/parcel-namer-preserve-structure/issues"
  },
  "homepage": "https://github.com/pritesh9/parcel-namer-preserve-structure#readme",
  "dependencies": {
    "@parcel/plugin": "^2.6.2"
  },
  "engines": {
    "parcel": "^2.0.0"
  }
}
