{
  "name": "alignmentapi",
  "version": "0.0.2",
  "description": "An API to align words from a source language sentence to other words from a target language sentence. It generates a JSON.",
  "source": "index.js",
  "main": "dist/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "parcel watch",
    "build": "rm -fr dist && parcel build --no-source-maps",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielC-N/alignementAPI.git"
  },
  "keywords": [
    "alignment",
    "proskomma",
    "epitelete",
    "API"
  ],
  "author": "Nicolas Condomitti",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DanielC-N/alignementAPI/issues"
  },
  "homepage": "https://github.com/DanielC-N/alignementAPI#readme",
  "dependencies": {
    "axios": "^1.3.4",
    "lodash": "^4.17.21",
    "proskomma-core": "^0.10.1"
  },
  "devDependencies": {
    "parcel": "^2.8.3"
  }
}
