{
  "name": "word-aligner",
  "version": "1.1.1",
  "description": "A library for handling word alignment",
  "main": "lib/index.js",
  "scripts": {
    "test": "eslint ./src && jest",
    "fix": "eslint ./src --fix",
    "compile": "rimraf lib && babel src/ -d lib/",
    "prebuild": "rm -rf ./lib",
    "build": "babel ./src -d ./lib",
    "build:test-data": "node scripts/BuildTestData.js",
    "debug:test-data": "node --inspect-brk scripts/BuildTestData.js",
    "prepare": "if [ ! -d './lib/' ]; then npm run build; fi",
    "prepublishOnly": "npm test && npm run build",
    "postpublish": "git tag v$npm_package_version && git push origin v$npm_package_version"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}",
      "!**/node_modules/**"
    ],
    "coverageDirectory": "coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unfoldingWord/word-aligner.git"
  },
  "keywords": [
    "word-alignment",
    "word",
    "alignment",
    "aligner",
    "translationCore"
  ],
  "author": "@unfoldingword",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/unfoldingWord/word-aligner/issues"
  },
  "homepage": "https://github.com/unfoldingWord/word-aligner#readme",
  "peerDependencies": {
    "usfm-js": "^3.5.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "deep-equal": "1.1.2",
    "eslint": "^5.12.1",
    "eslint-config-google": "^0.12.0",
    "eslint-plugin-jest": "^22.1.3",
    "fs-extra": "6.0.1",
    "json-stringify-safe": "5.0.1",
    "jest": "^23.6.0",
    "ospath": "1.2.2",
    "path": "0.12.7",
    "path-extra": "^4.2.1",
    "rimraf": "^2.6.2",
    "usfm-js": "3.5.0",
    "word-aligner-rcl": "1.3.7-beta.6"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "lodash": "^4.17.11",
    "string-punctuation-tokenizer": "2.0.0",
    "transform-runtime": "0.0.0"
  }
}
