{
  "name": "scml-image-rescaler",
  "version": "1.0.1",
  "description": "Node CLI tool for replacing an image referenced by an SCML file with a resized version of the same image, rescaling the SCML references as necessary",
  "main": "dist/index.js",
  "bin": "dist/cli.js",
  "repository": "https://github.com/dbjorge/scml-image-rescaler",
  "author": "Dan Bjorge <dan@dbjorge.net>",
  "license": "MIT",
  "files": [
    "dist/",
    "src/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@types/jest": "^24.0.21",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.4"
  },
  "dependencies": {
    "@types/node": "^12.12.5",
    "@types/xml2js": "^0.4.5",
    "image-size": "^0.8.3",
    "xml2js": "^0.4.22",
    "yargs": "^14.2.0"
  },
  "scripts": {
    "build": "tsc",
    "cli": "node dist/cli.js",
    "test": "jest"
  }
}
