validate-currency-code
Version:
Very simple lib to check if something is a iso 4217 currency code
38 lines (37 loc) • 815 B
JSON
{
"name": "validate-currency-code",
"version": "0.1.2",
"description": "Very simple lib to check if something is a iso 4217 currency code",
"keywords": [
"iso",
"4217",
"iso 4217",
"currency",
"currencies"
],
"author": {
"name": "Wigger Boelens",
"email": "me@wiggerboelens.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Boelensman1/validate-currency-code.git"
},
"devDependencies": {
"chai": "^4.3.8",
"eslint": "^8.49.0",
"mocha": "^10.2.0"
},
"main": "index",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha -R spec"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Boelensman1/validate-currency-code.git/issues"
}
}