{
  "name": "wikitree-js",
  "version": "0.5.0",
  "description": "Javascript library for the WikiTree API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prettier": "prettier --write {src,tests}/*.ts --end-of-line lf --single-quote",
    "test": "jest"
  },
  "author": "Przemek Wiech",
  "license": "Apache 2.0",
  "devDependencies": {
    "@types/jest": "^28.1.8",
    "@types/node": "^18.0.0",
    "prettier": "^2.7.1",
    "ts-jest": "^28.0.8",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "cross-fetch": "^3.1.5",
    "form-data": "^4.0.0",
    "js-cookie": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PeWu/wikitree-js.git"
  },
  "homepage": "https://github.com/PeWu/wikitree-js",
  "bugs": {
    "url": "https://github.com/PeWu/wikitree-js/issues"
  },
  "keywords": [
    "genealogy",
    "wikitree"
  ]
}
