{
  "name": "@bundled-es-modules/uuid",
  "version": "3.3.2",
  "description": "mirror of uuid, bundled and exposed as ES module",
  "author": "Rob Resendez (resendez.java@gmail.com)",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bundled-es-modules/uuid.git"
  },
  "license": "MIT",
  "devDependencies": {
    "uuid": "3.3.2",
    "rollup": "^0.62.0",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^3.4.0"
  },
  "scripts": {
    "build": "rollup -c ./rollup.config.js"
  }
}
