UNPKG

@unowallet/token-price-widget

Version:

Uno Wallet Token Price Widget for displaying token price information and linking to uno wallet for swapping

47 lines (46 loc) 1.09 kB
{ "name": "@unowallet/token-price-widget", "version": "0.0.10", "description": "Uno Wallet Token Price Widget for displaying token price information and linking to uno wallet for swapping", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "style": "dist/styles.css", "files": [ "dist" ], "scripts": { "build": "yarn build:ts && yarn build:css", "build:ts": "tsc", "build:css": "tailwindcss -i ./src/styles.css -o ./dist/styles.css --minify", "prepare": "yarn build", "clean": "rm -rf dist", "prebuild": "yarn clean", "publish": "npm publish", "test:types": "tsc --noEmit" }, "dependencies": { "react": "^18.0.0" }, "peerDependencies": { "react": "^18.0.0" }, "devDependencies": { "@types/react": "^18.0.0", "autoprefixer": "10.4.16", "postcss": "8.4.31", "tailwindcss": "3.3.5", "typescript": "^5.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "uno", "token", "widget", "swap" ], "author": "Uno", "license": "MIT" }