{
  "name": "@jimp/core",
  "version": "0.3.9",
  "description": "Jimp core",
  "main": "dist/index.js",
  "module": "es/index.js",
  "files": [
    "dist",
    "es",
    "jimp.d.ts",
    "fonts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/oliver-moran/jimp.git"
  },
  "bugs": {
    "url": "https://github.com/oliver-moran/jimp/issues"
  },
  "scripts": {
    "test:node": "cross-env BABEL_ENV=test mocha --require @babel/register test/**/*.js",
    "test:node:watch": "npm run test:node -- --reporter min --watch",
    "test:node:coverage": "nyc npm run test:node",
    "test": "npm run test:node:coverage",
    "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": "Oliver Moran <oliver.moran@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@jimp/utils": "^0.3.9",
    "any-base": "^1.1.0",
    "buffer": "^5.2.0",
    "core-js": "^2.5.7",
    "exif-parser": "^0.1.12",
    "file-type": "^9.0.0",
    "load-bmfont": "^1.3.1",
    "mkdirp": "0.5.1",
    "phin": "^2.9.1",
    "pixelmatch": "^4.0.2",
    "tinycolor2": "^1.4.1"
  },
  "devDependencies": {
    "should": "^13.2.3"
  },
  "xo": false,
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "cc0669daf5b35d7bb0cb9d2a07a3ab4215bbed79"
}
