UNPKG

current-currency

Version:

Making it easy to work with currencies and cryptos!

45 lines (44 loc) 1.06 kB
{ "name": "current-currency", "version": "1.6.2", "repository": "https://github.com/driaug/current-currency", "author": "Dries Augustyns <inbox@driaug.com>", "description": "Making it easy to work with currencies and cryptos!", "keywords": [ "currency", "conversion", "rates", "banking", "crypto" ], "license": "MIT", "scripts": { "test": "eslint . --fix&&jest", "prepublishOnly": "npm run test&&npm run build", "deploy": "npm publish --access public", "build": "tsc" }, "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint": "^7.17.0", "jest": "^26.6.3", "prettier": "^2.2.1", "ts-jest": "^26.4.4", "typescript": "^4.1.3" }, "files": [ "package.json", "readme.md", "dist" ], "prettier": { "printWidth": 120 }, "dependencies": { "axios": "^0.21.1", "tslib": "^2.1.0" } }