@coolwallet/sol
Version:
Coolwallet Solana sdk
65 lines (64 loc) • 1.89 kB
JSON
{
"name": "@coolwallet/sol",
"version": "2.0.2",
"description": "Coolwallet Solana sdk",
"main": "lib/index.js",
"scripts": {
"build:types": "tsc --emitDeclarationOnly",
"build:ts": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
"build": "npm run build:types && npm run build:ts",
"publish-single": "rm -rf node_modules && npm install && npm run build && npm publish",
"test": "NODE_ENV=development jest --runInBand",
"test-go": "NODE_ENV=development CARD=go jest --runInBand",
"ci-test": "NODE_ENV=production jest --runInBand",
"ci-test-go": "NODE_ENV=production CARD=go jest --runInBand",
"list:token": "babel-node -x \".ts\" tools/token.ts"
},
"keywords": [
"cryptocurrency",
"coolwallet",
"coolbitx",
"solana",
"sol",
"transaction",
"hardwarewallet"
],
"author": "coolwallet-team",
"license": "ISC",
"dependencies": {
"@coolwallet/core": "^2.0.0",
"@solana/buffer-layout": "4.0.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"js-sha256": "^0.9.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.0",
"@babel/node": "^7.16.8",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.7.7",
"@solana/spl-token": "^0.3.11",
"@solana/web3.js": "^1.88.0",
"@types/bs58": "^4.0.1",
"@types/node": "^18.19.76",
"bip39": "^3.0.4",
"regenerator-runtime": "^0.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git"
},
"bugs": {
"url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues"
},
"jest": {
"setupFilesAfterEnv": [
"../../jest.setup.js"
],
"testTimeout": 60000,
"collectCoverage": true
}
}