{
  "name": "strong-map",
  "version": "1.0.5",
  "description": "",
  "main": "index.js",
  "engines": {
    "node": ">=10.15.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jorma16/strong-map"
  },
  "scripts": {
    "lint": "xo",
    "test": "xo && jest",
    "test:coverage": "npm run test -- --coverage",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
  },
  "keywords": [
    "Map",
    "Extend",
    "Object",
    "Key"
  ],
  "author": "Jorma",
  "license": "ISC",
  "devDependencies": {
    "coveralls": "3.0.4",
    "jest": "24.8.0",
    "semver": "6.2.0",
    "xo": "0.24.0"
  },
  "xo": {
    "globals": [
      "test",
      "expect"
    ],
    "space": true,
    "rules": {
      "ava/no-skip-test": [
        "off"
      ],
      "capitalized-comments": [
        "off"
      ],
      "no-unused-vars": [
        "error",
        {
          "ignoreRestSiblings": true,
          "args": "none"
        }
      ],
      "no-warning-comments": [
        0
      ],
      "arrow-parens": [
        "error",
        "always"
      ],
      "object-shorthand": [
        "off"
      ],
      "object-curly-spacing": [
        "error",
        "always"
      ]
    }
  }
}
