{
  "name": "latin-scanner",
  "version": "1.2.1",
  "description": "API for scanning latin poetry",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/JakeTrevor/latin-scanner"
  },
  "bugs": {
    "url": "https://github.com/JakeTrevor/latin-scanner/issues"
  },
  "homepage": "https://github.com/JakeTrevor/latin-scanner#readme",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "keywords": [
    "Latin",
    "Poetry",
    "Scansion"
  ],
  "author": "JakeTrevor <Jacob.Trevor234@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "jest": "^27.1.1",
    "ts-jest": "^27.0.5",
    "prettier": "^2.4.0",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.2",
    "@types/jest": "^27.0.1"
  }
}
