UNPKG

@saberhq/spl-token-icons

Version:
53 lines (52 loc) 1.29 kB
{ "name": "@saberhq/spl-token-icons", "version": "0.1.1259", "description": "Token icons cached on GitHub", "keywords": [ "solana", "saber", "token", "crypto" ], "homepage": "https://github.com/saber-hq/spl-token-icons", "bugs": { "url": "https://github.com/saber-hq/spl-token-icons/issues", "email": "ian@saber.so" }, "license": "Apache-2.0", "author": "Ian Macalinao <ian@saber.so>", "funding": { "type": "token", "url": "https://ftx.com/trade/SOL/USD" }, "repository": "github:saber-hq/spl-token-icons", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "scripts": { "build": "rm -fr dist/ && tsc -P tsconfig.build.json && tsc -P tsconfig.esm.json", "icons:fetch": "ts-node scripts/fetchIcons.ts" }, "dependencies": { "@solana/spl-token-registry": "^0.2.4574", "tslib": "^2.3.1" }, "devDependencies": { "@types/follow-redirects": "^1.13.1", "@types/node": "^16.11.9", "axios": "^0.25.0", "follow-redirects": "^1.14.5", "p-limit": "3", "prettier": "^2.4.1", "tiny-invariant": "^1.2.0", "ts-node": "^10.4.0", "typedoc": "^0.22.9", "typescript": "^4.4.4" }, "files": [ "dist/", "src/" ], "publishConfig": { "access": "public" } }