UNPKG

cross-rates-browser

Version:

Any currency (cryptocurrencies too) rates and transformation

49 lines (48 loc) 1.32 kB
{ "name": "cross-rates-browser", "version": "0.2.2", "description": "Any currency (cryptocurrencies too) rates and transformation", "main": "./dist/main.js", "scripts": { "test": "jest", "build": "webpack --config webpack.dev.config.js --progress --display-error-details", "build:prod": "webpack --config webpack.prod.config.js --progress --display-error-details" }, "repository": { "type": "git", "url": "git+https://github.com/cross-rates/cross-rates-js.git" }, "keywords": [ "currency", "crypto", "cryptocurrency", "rates", "browser", "client" ], "author": "Serhii Maksymchuk", "license": "MIT", "bugs": { "url": "https://github.com/cross-rates/cross-rates-js/issues" }, "homepage": "https://github.com/cross-rates/cross-rates-js#readme", "dependencies": { "axios": "^0.19.2", "cross-rates": "^0.2.2" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@babel/core": "^7.10.4", "@babel/preset-env": "^7.10.4", "@jest/globals": "^26.1.0", "babel-loader": "^8.1.0", "babel-minify-webpack-plugin": "^0.3.1", "clean-webpack-plugin": "^3.0.0", "jest": "^26.1.0", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-merge": "^5.0.9" } }