@perawallet/swap
Version:
Algorand swap utilities and widget integration
49 lines • 1.05 kB
JSON
{
"name": "@perawallet/swap",
"version": "1.0.0-beta.4",
"description": "Algorand swap utilities and widget integration",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"algorand",
"pera",
"wallet",
"swap",
"widget",
"iframe"
],
"author": "Pera Wallet",
"license": "MIT",
"dependencies": {
"algosdk": "^3.2.0"
},
"devDependencies": {
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/perawallet/pera-swap"
},
"bugs": {
"url": "https://github.com/perawallet/pera-swap/issues"
},
"homepage": "https://github.com/perawallet/pera-swap#readme"
}