{
  "name": "alfabank",
  "version": "1.0.0-alpha.15",
  "description": "Pay API for alfa-biz.by (alfabank belarus)",
  "keywords": [
    "alfabank",
    "alfa-biz",
    "belarus"
  ],
  "homepage": "https://github.com/whalest/alfabankby#readme",
  "bugs": {
    "url": "https://github.com/whalest/alfabankby/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/whalest/alfabankby.git"
  },
  "license": "MIT",
  "author": "reslear",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --clean",
    "clean": "rm -rf dist",
    "dev": "vite-node",
    "prepublishOnly": "npm run build",
    "release": "bumpp --commit --push --tag",
    "start": "esno -r dotenv/config ./play/index.ts",
    "test": "esno node_modules/jasmine/bin/jasmine --config=jasmine.json"
  },
  "dependencies": {
    "axios": "^0.21.1"
  },
  "devDependencies": {
    "@types/express": "^4.17.11",
    "@types/jasmine": "^3.6.4",
    "@types/node": "^14.14.31",
    "axios-nice-log": "^0.1.10",
    "bumpp": "^8.2.1",
    "chalk": "^4.1.0",
    "changelogithub": "^0.12.4",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "jasmine": "^3.6.4",
    "prettier": "2.7.1",
    "tsup": "^4.6.1",
    "typescript": "^4.2.3",
    "vite": "^2.0.5",
    "vite-plugin-node": "^0.0.7"
  },
  "publishConfig": {
    "access": "public"
  }
}
