{
  "name": "ts-national-rail-wrapper",
  "version": "1.0.7",
  "description": "✨Typescript promise based wrapper for National Rail SOAP API.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "/lib"
  ],
  "scripts": {
    "test": "jest --config jest.config.json --detectOpenHandles",
    "lint": "eslint --ext .js,.ts,.tsx ./src",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rahman95/ts-national-rail-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/rahman95/ts-national-rail-wrapper/issues"
  },
  "homepage": "https://github.com/rahman95/ts-national-rail-wrapper",
  "author": "Rahman Younus <rahman_95@live.co.uk>",
  "license": "MIT",
  "keywords": [
    "national-rail",
    "darwin",
    "trains",
    "rail",
    "typescript",
    "ts",
    "wrapper"
  ],
  "devDependencies": {
    "@types/bluebird": "^3.5.29",
    "@types/jest": "^24.0.25",
    "@types/node": "^13.1.1",
    "@typescript-eslint/eslint-plugin": "^2.13.0",
    "@typescript-eslint/parser": "^2.13.0",
    "dotenv": "^8.2.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-typescript": "^6.3.1",
    "eslint-config-prettier": "^6.9.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prettier": "^3.1.2",
    "husky": "^4.0.0",
    "jest": "^24.9.0",
    "prettier": "^1.19.1",
    "ts-jest": "^24.2.0",
    "ts-node": "^8.5.4",
    "tsc": "^1.20150623.0",
    "typescript": "^3.7.4"
  },
  "dependencies": {
    "soap": "^0.30.0"
  }
}
