UNPKG

easy-currencies

Version:

A tool for easy conversion of currencies.

49 lines (48 loc) 1.3 kB
{ "name": "easy-currencies", "version": "1.8.3", "description": "A tool for easy conversion of currencies.", "main": "dist/index.js", "scripts": { "build": "tsc", "prepare": "npm run build", "docs": "typedoc && cp ./_config.yml docs/_config.yml", "prepublishOnly": "npm test", "test": "jest --config jest.config.js --setupFiles dotenv/config", "test:coverage": "jest --config jest.config.js --setupFiles dotenv/config --coverage", "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/Scharkee/easy-currencies.git" }, "keywords": [ "currency", "currencies", "conversion", "exchange", "rates", "api", "converter" ], "author": "Scharkee", "license": "ISC", "bugs": { "url": "https://github.com/Scharkee/easy-currencies/issues" }, "homepage": "https://github.com/Scharkee/easy-currencies#readme", "devDependencies": { "@types/dotenv": "^8.2.0", "@types/jest": "^29.5.12", "@types/node": "^20.14.2", "coveralls": "^3.1.1", "dotenv": "^16.4.5", "jest": "^29.7.0", "ts-jest": "^29.1.4", "typedoc": "^0.25.13", "typescript": "^5.4.5" }, "dependencies": { "axios": "^1.7.2" } }