{
    "name": "paylane-client",
    "version": "1.0.3",
    "description": "Modern, Promise-based Paylane RESTful API client. Includes TypeScript definitions.",
    "repository": {
        "type": "git",
        "url": "https://github.com/lgmys/paylane-client.git"
    },
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "jest",
        "build": "rm -rf dist/* && tsc",
        "prepare": "npm run build"
    },
    "husky": {
        "hooks": {
            "pre-push": "npm test"
        }
    },
    "keywords": [
        "REST",
        "paylane",
        "client"
    ],
    "author": "lgmys",
    "license": "MIT",
    "devDependencies": {
        "@types/got": "^9.3.0",
        "@types/jest": "^23.3.12",
        "husky": "^1.3.1",
        "jest": "^23.6.0",
        "prettier": "^1.15.3",
        "ts-jest": "^23.10.5",
        "tslint": "^5.12.0",
        "tslint-config-prettier": "^1.17.0",
        "typescript": "^3.2.2"
    },
    "dependencies": {
        "got": "^9.5.0"
    },
    "jest": {
        "preset": "ts-jest"
    },
    "engines": {
        "node": ">=4.0.0"
    }
}
