sam-sd
Version:
55 lines (54 loc) • 1.33 kB
JSON
{
"name": "sam-sd",
"version": "0.1.37",
"description": "pps",
"module": "lib/rango-sdk.esm.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/samobasquiat/sdk"
},
"homepage": "https://github.com/samobasquiat/sdk",
"bugs": {
"url": "https://github.com/samobasquiat/sdk/issues"
},
"scripts": {
"clean": "rm -rf ./lib && rm -rf ./dist",
"build": "tsdx build --tsconfig ./tsconfig.json && yarn post:build",
"post:build": "yarn mv:file lib",
"watch": "tsdx watch",
"lint": "eslint src -c ../../.eslintrc.json --fix --ignore-path ../../.prettierignore",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ../../.prettierrc.json --ignore-path ../../.prettierignore",
"mv:file": "sh ../../scripts/post-build.sh"
},
"keywords": [
"SDK",
"Cross-Chain",
"Multi-Chain",
"Ethereum",
"Cosmos",
"Solana",
"Tron",
"Starknet",
"Ton",
"Aggregator"
],
"files": [
"lib/**/*",
"src"
],
"license": "GPL-3.0",
"dependencies": {
"axios": "^1.2.6",
"bignumber.js": "^9.1.1",
"rango-types": "^0.1.45",
"uuid-random": "^1.3.2"
},
"publishConfig": {
"access": "public",
"branches": [
"master"
]
}
}