{
    "name": "@vitramir/cloudpayments",
    "version": "4.0.4-alpha.1",
    "description": "CloudPayments API for Node.js with typings",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "test": "jest",
        "test:watch": "jest -w",
        "lint": "eslint '{src,test}/**/*.ts'",
        "build": "rimraf dist/* && tsc -p tsconfig.build.json",
        "prepublishOnly": "npm test",
        "version": "git add -A",
        "postversion": "git push && npm pub ./"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/izatop/cloudpayments.git"
    },
    "keywords": [
        "payments",
        "cloudpayments",
        "typescript",
        "es6",
        "api"
    ],
    "author": "Artur F. Bier <izatop@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/izatop/cloudpayments/issues"
    },
    "homepage": "https://github.com/izatop/cloudpayments#readme",
    "dependencies": {
        "@types/node": "^13.7.6",
        "@types/node-fetch": "^2.5.4",
        "@types/object-hash": "^1.3.0",
        "@types/qs": "^6.9.0",
        "node-fetch": "^2.6.0",
        "object-hash": "^2.0.1",
        "qs": "^6.9.1"
    },
    "devDependencies": {
        "@types/jest": "^25.1.3",
        "@types/tape": "^4.2.31",
        "@typescript-eslint/eslint-plugin": "^2.21.0",
        "@typescript-eslint/parser": "^2.21.0",
        "eslint": "^6.8.0",
        "jest": "^25.1.0",
        "rimraf": "^3.0.0",
        "source-map-support": "^0.5.16",
        "tape": "^4.11.0",
        "ts-jest": "^25.2.1",
        "ts-node": "^8.5.4",
        "typescript": "^3.8.2"
    }
}
