bic-validator
Version:
BIC (Business Identifier Code) format validator
63 lines (62 loc) • 1.82 kB
JSON
{
"name": "bic-validator",
"version": "1.27.0",
"description": "BIC (Business Identifier Code) format validator",
"main": "dist/bic-validator.cjs.js",
"module": "dist/bic-validator.esm.js",
"browser": "dist/bic-validator.umd.js",
"scripts": {
"start": "rollup -c -w",
"build": "rimraf dist/ && rollup -c",
"test": "jest",
"test:coverage": "jest --coverage",
"format": "prettier --write",
"lint": "eslint \"src/**/*.ts\"",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/hy0ug0/bic-validator.git"
},
"keywords": [
"iso 9362",
"bic",
"bic code",
"business identifier code",
"swift",
"swift-bic",
"swift id",
"swift code"
],
"author": "hy0ug0 <hugo.contreras.pro@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"@types/jest": "27.0.1",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"@wessberg/rollup-plugin-ts": "1.3.14",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"husky": "^7.0.0",
"jest": "27.0.6",
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"rollup-plugin-terser": "7.0.2",
"semantic-release": "17.4.7",
"ts-jest": "27.0.5",
"typescript": "4.3.2"
},
"lint-staged": {
"*.ts": "yarn format"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}