{
  "name": "spritify",
  "version": "1.2.1",
  "description": "Create image sprite(s) from images and update css file(s) with new image sprite(s) details",
  "main": "index.js",
  "bin": {
    "spritify": "bin/spritify.js"
  },
  "scripts": {
    "docs": "jsdoc -c ./jsdoc-config.json",
    "lint": "eslint --fix ./*.js ./lib/*.js",
    "pretest": "eslint --fix ./*.js ./lib/*.js",
    "test": "jest --coverage --verbose",
    "update-snapshots": "jest --coverage --verbose --u",
    "commit": "git-cz"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shadiabuhilal/spritify.git"
  },
  "keywords": [
    "spritify",
    "sprites",
    "sprite",
    "css",
    "generate",
    "sprites",
    "generate",
    "sprite",
    "spritesheet",
    "bundle",
    "build",
    "ci",
    "icon",
    "icons",
    "svg",
    "jpg",
    "png",
    "generator",
    "retina"
  ],
  "author": "Shadi Abu Hilal <shadiabuhilal@gmail.com> (http://github.com/shadiabuhilal)",
  "license": "BSD-3-Clause",
  "jest": {
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "bin/"
    ],
    "testRegex": "__tests__/.*\\.spec\\.js$"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/release-notes-generator": "13.0.0",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "^4.11.0",
    "eslint-plugin-require-jsdoc": "1.0.4",
    "jest": "29.7.0",
    "jsdoc": "4.0.2",
    "semantic-release": "23.0.7"
  },
  "dependencies": {
    "async": "3.2.5",
    "chalk": "^2.3.0",
    "coa": "2.0.2",
    "css": "3.0.0",
    "json-stringify-safe": "5.0.1",
    "mkdirp": "3.0.1",
    "recursive-readdir": "2.2.3",
    "spritesmith": "3.4.1",
    "string-hash": "1.1.3",
    "svgo": "^1.0.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
