forex-rates
Version:
Exchange rates API client which provides easy to use functions for exchanging currencies
80 lines (79 loc) • 1.87 kB
JSON
{
"name": "forex-rates",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "Exchange rates API client which provides easy to use functions for exchanging currencies",
"scripts": {
"build": "webpack",
"test": "mocha",
"coverage": "nyc --reporter=lcov mocha",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"integration": "ts-node test/integration/index.spec.ts"
},
"files": [
"dist",
"test",
"LICENSE",
".nycrc.json",
".mocharc.js",
"tslint.json",
"tsconfig.json"
],
"keywords": [
"API",
"Rates",
"Forex",
"Client",
"Promise",
"Restful",
"Exchange",
"Currency",
"Conversion",
"Currencies",
"Foreign Exchange",
"API Client",
"Exchange Rates",
"Currency Exchange Rates",
"Currency Converter",
"Forex Rates",
"Forex-Rates",
"Forex Exchange Rates",
"Forex Exchange Rate"
],
"author": {
"name": "coolfire1231",
"url": "https://github.com/apiforfun/",
"email": "theforexapi@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apiforfun/forexrates-nodejs.git"
},
"bugs": {
"url": "https://github.com/apiforfun/forexrates-nodejs/issues"
},
"homepage": "https://github.com/apiforfun/forexrates-nodejs",
"dependencies": {
"axios": "0.21.1"
},
"devDependencies": {
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/mocha": "8.2.2",
"@types/node": "15.12.2",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"mocha": "9.0.0",
"nock": "13.1.0",
"nyc": "15.1.0",
"ts-loader": "9.2.3",
"ts-node": "10.0.0",
"tslint": "6.1.2",
"tslint-config-standard": "9.0.0",
"typescript": "4.3.2",
"webpack": "5.38.1",
"webpack-cli": "^4.7.2"
}
}