{
  "name": "xd-crossword-parser",
  "version": "0.1.4",
  "description": "A library for converting .xd crossword data (as defined by Saul Pwanson - http://xd.saul.pw) to JSON",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest",
    "test:coverage": "npm test -- --coverage",
    "test:badges": "npm run test:coverage  && jest-coverage-badges"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/j-norwood-young/xd-crossword-parser.git"
  },
  "keywords": [
    "crossword",
    "xd"
  ],
  "author": "Jason Norwood-Young <jason@10layer.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/j-norwood-young/xd-crossword-parser/issues"
  },
  "homepage": "https://github.com/j-norwood-young/xd-crossword-parser#readme",
  "devDependencies": {
    "eslint": "^9.38.0",
    "jest": "^30.2.0",
    "jest-coverage-badges": "^1.0.0"
  },
  "jest": {
    "coverageReporters": [
      "json-summary",
      "text",
      "lcov"
    ]
  }
}
