@craynic/czech-iban
Version:
Library to enable working with Czech IBANs and local bank account identifiers
50 lines (49 loc) • 1.32 kB
JSON
{
"name": "@craynic/czech-iban",
"version": "1.0.4",
"description": "Library to enable working with Czech IBANs and local bank account identifiers",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint src/",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"preversion": "yarn lint",
"version": "yarn format && git add -A src/",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/craynic.com/npmjs/czech-iban.git"
},
"keywords": [
"IBAN",
"Czech",
"CZ"
],
"author": "Craynic, s.r.o.",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/craynic.com/npmjs/czech-iban/issues"
},
"homepage": "https://gitlab.com/craynic.com/npmjs/czech-iban#readme",
"devDependencies": {
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"jest": "^29.5.0",
"prettier": "^2.8.7",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"files": [
"lib/**/*"
],
"dependencies": {
"ibantools": "^4.3.1"
}
}