{
  "name": "@bouzuya/resemble",
  "description": "Image analysis and comparison for Node.js using TypeScript",
  "version": "0.0.1",
  "author": {
    "email": "m@bouzuya.net",
    "name": "bouzuya",
    "url": "http://bouzuya.net/"
  },
  "bugs": {
    "url": "https://github.com/bouzuya/resemble/issues"
  },
  "dependencies": {
    "jpeg-js": "0.2.0",
    "pngjs": "~2.2.0"
  },
  "devDependencies": {
    "@types/jpeg-js": "^0.3.0",
    "@types/pngjs": "^3.3.0",
    "beater": "^5.0.1",
    "cpx": "^1.5.0",
    "npm-run-all": "^4.1.2",
    "rimraf": "^2.6.2",
    "tap-dot-b": "^0.1.0",
    "typescript": "^2.6.2",
    "watch": "^1.0.2"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/bouzuya/resemble",
  "keywords": [
    "compare",
    "comparison",
    "diff",
    "image"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bouzuya/resemble.git"
  },
  "scripts": {
    "build": "npm-run-all -s \"build:ts\" \"build:lib\"",
    "build:lib": "cpx \".tmp/src/**/*.{ts,js}\" \"lib\"",
    "build:ts": "tsc",
    "clean": "rimraf .tmp",
    "prepare": "npm-run-all -s \"clean\" \"build\"",
    "test": "node .tmp/test/index.js | tap-dot-b",
    "watch": "npm-run-all -p \"watch:build\" \"watch:test\"",
    "watch:build": "npm run build -- --watch",
    "watch:test": "watch \"npm run test\" .tmp --wait 1"
  }
}
