{
  "name": "@mapbox/fusspot",
  "version": "0.4.0",
  "description": "A tiny runtime library for type assertions",
  "main": "lib/index.js",
  "scripts": {
    "lint": "stickler lint",
    "format": "stickler format",
    "precommit": "stickler precommit",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mapbox/fusspot.git"
  },
  "keywords": [
    "assertion",
    "type"
  ],
  "author": "Mapbox",
  "contributors": [
    "David Clark <david.dave.clark@gmail.com>",
    "Kushan Joshi <0o3ko0@gmail.com>"
  ],
  "license": "BSD 2-Clause",
  "bugs": {
    "url": "https://github.com/mapbox/fusspot/issues"
  },
  "homepage": "https://github.com/mapbox/fusspot#readme",
  "dependencies": {
    "is-plain-obj": "^1.1.0",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "@mapbox/stickler": "^0.2.6",
    "jest": "^23.1.0"
  },
  "jest": {
    "transform": {},
    "clearMocks": true,
    "testEnvironment": "node",
    "coverageReporters": [
      "text",
      "html"
    ]
  }
}
