{
  "name": "@psenger/multivalue-map",
  "version": "1.1.2",
  "description": "Multi Value Map for NodeJS",
  "main": "dist/index.js",
  "engines": {
    "node": ">=10"
  },
  "directories": {
    "example": "example"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "ci": "npm install --verbose && jest --ci --coverage && codecov",
    "test": "jest --coverage --verbose src",
    "test:cover": "jest src --coverage",
    "test:lint": "standard --fix \"src/com/cngr/multivaluemap/index.js\"",
    "test:updatesnapshot": "jest --updateSnapshot",
    "build": "rollup --config && npm run docs",
    "prebuild": "npm run clean",
    "clean": "rimraf coverage dist",
    "docs": "node build-readme.js",
    "precommit": "npm test:lint && npm test",
    "preversion": "npm test",
    "version": "npm run build && git add -A dist",
    "postversion": "git push && git push --tags && rm -rf build/temp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/psenger/multivalue-map.git"
  },
  "private": false,
  "keywords": [
    "multivaluemap",
    "multivalue",
    "multi-value-map",
    "multi-value",
    "bucket",
    "map",
    "adt"
  ],
  "author": "Philip A Senger <philip.a.senger@cngrgroup.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/psenger/multivalue-map/issues"
  },
  "homepage": "https://github.com/psenger/multivalue-map#readme",
  "devDependencies": {
    "@psenger/markdown-fences": "^1.0.1",
    "@rollup/plugin-commonjs": "^19.0.1",
    "@types/jest": "^26.0.24",
    "codecov": "^3.8.3",
    "jest": "^27.0.6",
    "rimraf": "^3.0.2",
    "rollup": "^2.53.1",
    "standard": "^16.0.3"
  }
}
