{
  "name": "iban-to-bic-ts",
  "version": "1.0.3",
  "description": "Determines the SWIFT BIC of an IBAN.",
  "browser": "lib/iban-to-bic.js",
  "types": "dist/src/index.d.ts",
  "main": "dist/src/index.js",
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "test": "npx jest",
    "build": "webpack",
    "generate": "node ./dist/src/generate.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luluhoc/iban-to-bic.git"
  },
  "keywords": [
    "bic",
    "iban",
    "swift",
    "banking"
  ],
  "author": "luluhoc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/luluhoc/iban-to-bic/issues"
  },
  "homepage": "https://github.com/luluhoc/iban-to-bic#readme",
  "dependencies": {
    "ibantools": "^4.5.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.12",
    "@types/jsdom": "^21.1.6",
    "@types/node": "^20.12.7",
    "fs-extra": "^11.2.0",
    "iconv-lite": "^0.6.3",
    "jest": "^29.7.0",
    "jsdom": "^24.0.0",
    "neat-csv": "^6.0.1",
    "node-fetch-commonjs": "^3.3.2",
    "source-map": "^0.7.4",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.1",
    "types-webpack-bundler": "^1.0.2",
    "typescript": "^5.4.5",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "xlsx": "^0.18.5"
  }
}
