UNPKG

comgate-node

Version:

Comgate Payments API Typescript SDK written in Typescript

54 lines (53 loc) 1.33 kB
{ "name": "comgate-node", "version": "1.1.2", "description": "Comgate Payments API Typescript SDK written in Typescript", "main": "dist/comgate-client.js", "scripts": { "test": "jest --ci --coverage --passWithNoTests", "build": "rimraf dist && tsc -p tsconfig.build.json", "watch": "tsc --watch", "dev": "tsc -p tsconfig.build.json --watch" }, "repository": { "type": "git", "url": "https://github.com/sebelapetr/comgate-node" }, "files": [ "dist", "src" ], "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.41.0", "@typescript-eslint/parser": "^5.41.0", "eslint": "^8.8.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.7.0", "prettier": "^3.1.0", "ts-jest": "^29.1.1", "typescript": "^5.3.2" }, "dependencies": { "@types/node": "^16.18.39", "axios": "^1.6.3", "dotenv": "^16.4.4", "rimraf": "^5.0.5" }, "keywords": [ "comgate", "comgate api", "comgate node", "compgate typescript" ], "author": "Petr Šebela", "license": "MIT", "bugs": { "url": "https://github.com/sebelapetr/comgate-node/issues" }, "engines": { "node": ">=18" }, "homepage": "https://github.com/sebelapetr/comgate-node" }