@coinify/currency
Version:
Helper functions for managing amounts in different currencies
38 lines • 992 B
JSON
{
"name": "@coinify/currency",
"version": "1.4.9",
"description": "Helper functions for managing amounts in different currencies",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive test/bootstrap.test.js ./test",
"lint": "eslint --color .",
"lint-fix": "eslint --fix .",
"build": "npm i && npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoinifySoftware/node-currency.git"
},
"keywords": [
"currency",
"coinify",
"fiat",
"crypto"
],
"author": "Jesper Borgstrup",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoinifySoftware/node-currency/issues"
},
"homepage": "https://github.com/CoinifySoftware/node-currency#readme",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@coinify/eslint-config-coinify": "^1.3.2",
"chai": "^4.2.0",
"eslint": "^7.8.1",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^8.1.3"
}
}