{
  "name": "@jimp/bmp",
  "version": "0.16.13",
  "description": "Default Jimp bmp encoder/decoder.",
  "main": "dist/index.js",
  "module": "es/index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "cross-env BABEL_ENV=test mocha --require @babel/register",
    "test:watch": "npm run test -- --reporter min --watch",
    "test:coverage": "nyc npm run test",
    "build": "npm run build:node:production && npm run build:module",
    "build:watch": "npm run build:node:debug -- -- --watch --verbose",
    "build:debug": "npm run build:node:debug",
    "build:module": "cross-env BABEL_ENV=module babel src -d es --source-maps --config-file ../../babel.config.js",
    "build:node": "babel src -d dist --source-maps --config-file ../../babel.config.js",
    "build:node:debug": "cross-env BABEL_ENV=development npm run build:node",
    "build:node:production": "cross-env BABEL_ENV=production npm run build:node"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.7.2",
    "@jimp/utils": "^0.16.13",
    "bmp-js": "^0.1.0"
  },
  "peerDependencies": {
    "@jimp/custom": ">=0.3.5"
  },
  "devDependencies": {
    "@jimp/custom": "^0.16.13",
    "@jimp/test-utils": "^0.16.13"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9eec86086634329a072901dca3a800b850548572"

,"_resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.16.13.tgz"
,"_integrity": "sha512-9edAxu7N2FX7vzkdl5Jo1BbACfycUtBQX+XBMcHA2bk62P8R0otgkHg798frgAk/WxQIzwxqOH6wMiCwrlAzdQ=="
,"_from": "@jimp/bmp@^0.16.13"
}