{
  "name": "disposable-guerrillamail",
  "version": "1.0.1",
  "description": "A simple wrapper on top of Guerrillamail REST API using TypeScript",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "dev": "TS_NODE_PROJECT='./tsconfig.json' ts-node-dev  --inspect --respawn ./src src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fghurayri/disposable-guerrillamail.git"
  },
  "keywords": [
    "disposable",
    "temp",
    "email",
    "typescript",
    "api",
    "guerrillamail"
  ],
  "author": "Faisal Alghurayri",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Fghurayri/disposable-guerrillamail/issues"
  },
  "homepage": "https://github.com/Fghurayri/disposable-guerrillamail#readme",
  "devDependencies": {
    "@types/jest": "^24.0.23",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "ts-jest": "^24.2.0",
    "ts-node-dev": "^1.0.0-pre.44",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.7.3"
  },
  "files": [
    "lib/**/*"
  ],
  "dependencies": {
    "axios": "^0.19.0"
  }
}
