{
  "name": "@webreflection/mapset",
  "version": "1.0.1",
  "description": "Map and WeakMap that returns value on .set(...)",
  "main": "./cjs/index.js",
  "scripts": {
    "build": "npm run cjs && npm run test",
    "cjs": "ascjs esm cjs",
    "coveralls": "c8 report --reporter=text-lcov | coveralls",
    "test": "c8 node test/index.js"
  },
  "keywords": [
    "Map",
    "WeakMap",
    "set"
  ],
  "author": "Andrea Giammarchi",
  "license": "ISC",
  "devDependencies": {
    "ascjs": "^5.0.1",
    "c8": "^7.7.3",
    "coveralls": "^3.1.1"
  },
  "module": "./esm/index.js",
  "type": "module",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "default": "./cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WebReflection/mapset.git"
  },
  "bugs": {
    "url": "https://github.com/WebReflection/mapset/issues"
  },
  "homepage": "https://github.com/WebReflection/mapset#readme"
}
