@coolwallet/ton
Version:
60 lines (59 loc) • 1.86 kB
JSON
{
"name": "@coolwallet/ton",
"version": "2.0.0",
"description": "CoolWallet TON SDK",
"main": "lib/index.js",
"scripts": {
"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",
"ci-test-report": "NODE_ENV=production jest --no-bail --runInBand --reporters=default --reporters=jest-junit --testResultsProcessor=jest-junit",
"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"
},
"keywords": [
"ton",
"toncoin",
"coolwallet",
"javascript",
"hardwarewallet",
"cryptocurrency",
"coolbitx",
"transaction"
],
"author": "coolwallet-team",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.7.7",
"@types/ledgerhq__hw-transport-webusb": "^4.70.4"
},
"dependencies": {
"@coolwallet/core": "^2.0.0",
"@types/bn.js": "^5.1.1",
"bignumber.js": "^8.0.2",
"bip32": "^2.0.4",
"bn.js": "^5.2.1",
"ed25519-hd-key": "^1.3.0",
"tonweb": "https://github.com/CoolBitX-Technology/tonweb-react-native#0.0.66-cbx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoolBitX-Technology/coolwallet-sdk.git"
},
"bugs": {
"url": "https://github.com/CoolBitX-Technology/coolwallet-sdk/issues"
},
"jest": {
"setupFilesAfterEnv": [
"../../jest.setup.js"
],
"testTimeout": 60000,
"collectCoverage": true
}
}