UNPKG

crypto-convert

Version:

Convert crypto to fiat and vice-versa instantly.

52 lines (51 loc) 1.23 kB
{ "name": "crypto-convert", "version": "2.1.7", "description": "Convert crypto to fiat and vice-versa instantly.", "main": "dist/index.js", "scripts": { "build": "tsc && node after_build.js && npm run test && npm run cdn", "test": "mocha --exit --timeout 5000", "cdn": "webpack && node after_build.js --cdn", "api-types": "rests ./src/api.ts -t ./src/api.d.ts" }, "repository": { "type": "git", "url": "git+https://github.com/coinconvert/crypto-convert.git" }, "keywords": [ "cryptocurrency", "crypto", "bitcoin", "btcusd", "binance", "coinbase", "bitfinex", "convert", "price", "exchange", "api" ], "author": "Elis", "license": "Elis", "bugs": { "url": "https://github.com/coinconvert/crypto-convert/issues" }, "homepage": "https://coinconvert.net", "dependencies": { "rests": "^1.1.0" }, "devDependencies": { "mocha": "^10.0.0", "nodemon": "^2.0.19", "ts-loader": "^9.3.1", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^4.8.3", "webpack": "^5.74.0", "webpack-cli": "^4.5.0" }, "engines": { "node": ">=18.0.0" } }