{
  "name": "@aceandtate/clicktoaddress",
  "version": "0.1.13",
  "description": "A clicktoaddress client",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "develop": "tsc -w",
    "prepublishOnly": "npm run -s test && npm run -s build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aceandtate/clicktoaddress.git"
  },
  "keywords": [
    "address",
    "clicktoaddress",
    "craftyclicks"
  ],
  "author": "m@reaktivo.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aceandtate/clicktoaddress/issues"
  },
  "homepage": "https://github.com/aceandtate/clicktoaddress#readme",
  "dependencies": {
    "isomorphic-fetch": "^2.2.1"
  },
  "devDependencies": {
    "@types/isomorphic-fetch": "0.0.35",
    "@types/jest": "^24.0.18",
    "jest": "^24.9.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.3"
  },
  "jest": {
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testRegex": "test\\.(t|j)s$",
    "moduleFileExtensions": [
      "ts",
      "js",
      "json"
    ]
  }
}
