cz-bank-account-validator
Version:
A small and handy library to validate CZ bank account numbers. Running in a browser, in Node.js and also as an ES6 module.
48 lines (47 loc) • 1.46 kB
JSON
{
"name": "cz-bank-account-validator",
"version": "1.0.0",
"description": "A small and handy library to validate CZ bank account numbers. Running in a browser, in Node.js and also as an ES6 module.",
"main": "lib/cz-bank-account-validator.min.js",
"scripts": {
"node": "webpack --mode=production",
"browser": "webpack --progress --watch --mode=development",
"build": "yarn run node && yarn run browser",
"test": "node --experimental-vm-modules node_modules/.bin/jest --config ./jest.config.js ./test"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"babel": "^6.23.0",
"babel-core": "^7.0.0-beta.3",
"babel-jest": "^26.6.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.4",
"@babel/register": "^7.17.7",
"babel-polyfill": "^7.0.0-beta.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-es2015": "^7.0.0-beta.3",
"eslint": "^8.13.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"yargs": "^17.4.1",
"jest": "^26.6.3"
},
"bugs": {
"url": "https://github.com/bouchja1/cz-bank-account-validator/issues"
},
"homepage": "https://github.com/bouchja1/cz-bank-account-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/bouchja1/cz-bank-account-validator.git"
},
"keywords": [
"bank",
"account",
"validation",
"validate",
"CZ",
"czech"
],
"author": "Jan Bouchner",
"license": "MIT"
}