UNPKG

base64-cryptocurrency-icons

Version:
37 lines (36 loc) 787 B
{ "name": "base64-cryptocurrency-icons", "version": "1.1.20", "description": "A collection of base64-encoded cryptocurrency icons", "main": "build/index.js", "scripts": { "build": "tsc", "test": "node index.test.js", "generate": "bash generate.sh" }, "keywords": [ "cryptocurrency", "crypto", "icons", "icon", "svg", "base64" ], "repository": { "type": "git", "url": "git+https://github.com/corollari/base64-cryptocurrency-icons.git" }, "files": [ "build/index.js", "build/index.d.ts" ], "types": "build/index.d.ts", "devDependencies": { "@types/node": "^14.0.24", "@types/node-fetch": "^2.5.7", "svgo": "^1.3.2", "typescript": "^3.9.6", "node-fetch": "^2.6.0" }, "license": "MIT" }