{
  "name": "epub-cfi-generator",
  "version": "0.2.2",
  "description": "Generates CFI for each text node in each spine for given EPUB",
  "main": "epub-cfi-generator.js",
  "bin": "usage.js",
  "scripts": {
    "lint": "grunt",
    "semantic-release": "semantic-release",
    "start": "node usage.js",
    "test": "jest"
  },
  "dependencies": {
    "@xmldom/xmldom": "^0.8.8",
    "adm-zip": "^0.5.10",
    "tmp": "^0.2.1",
    "xpath": "^0.0.32"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/npm": "^10.0.4",
    "@semantic-release/release-notes-generator": "^11.0.3",
    "conventional-changelog-conventionalcommits": "^6.0.0",
    "eslint": "^8.42.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-json": "^3.1.0",
    "grunt": "^1.6.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-eslint": "^24.1.0",
    "jest": "^29.5.0",
    "jshint-stylish": "^2.2.1",
    "load-grunt-tasks": "^5.1.0",
    "semantic-release": "^21.0.5",
    "time-grunt": "^1.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmstss/epub-cfi-generator.git"
  },
  "keywords": [
    "epub",
    "cfi"
  ],
  "author": "Viachaslau Tyshkavets",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pmstss/epub-cfi-generator/issues"
  },
  "homepage": "https://github.com/pmstss/epub-cfi-generator#README",
  "jest": {
    "testPathIgnorePatterns": [
      "/node_modules/"
    ]
  }
}
