UNPKG

algoswap

Version:

Algo Swap Widget

40 lines (39 loc) 877 B
{ "dependencies": { "@randlabs/myalgo-connect": "^1.1.1", "algosdk": "^1.12.0", "parcel-bundler": "^1.6.1", "serve": "^13.0.2" }, "name": "algoswap", "license": "MIT", "homepage": "./", "version": "1.1.4", "description": "Algo Swap Widget", "main": "index.html", "keywords": [ "javascript", "starter", "Algorand", "Widget", "Payment", "Donations" ], "@parcel/bundler-default": { "minBundles": 1, "minBundleSize": 30000, "maxParallelRequests": 20 }, "devDependencies": { "@babel/core": "7.2.0" }, "resolutions": { "@babel/preset-env": "7.13.8" }, "scripts": { "start": "parcel index.html --open", "build": "parcel build --no-content-hash index.html", "start-test": "serve ./swapperlivetest.html", "test-dist": "serve dist" } }