@glitterprotocol/glitter-sdk
Version:
The JavaScript SDK for Glitter
117 lines (116 loc) • 2.91 kB
JSON
{
"name": "@glitterprotocol/glitter-sdk",
"version": "2.0.2",
"description": "The JavaScript SDK for Glitter",
"license": "MIT",
"author": "Glitter Team",
"contributors": [
"Rrbin"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"glitter",
"stablecoin",
"cryptocurrency",
"blockchain",
"smart-contracts",
"wasm",
"altcoin",
"altcoins",
"wallet"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"scripts": {
"build": "tsc --module commonjs && webpack --mode production",
"test": "jest",
"format": "prettier --check ./src/**/*.ts",
"format:fix": "prettier --write ./src/**/*.ts",
"lint": "eslint src --ext .js,.ts",
"lint:fix": "eslint src --ext .js,.ts --fix",
"doc": "typedoc",
"prepublishOnly": "npm run build"
},
"lint-staged": {
"./src/**/*.ts": [
"npm run lint:fix",
"npm run format:fix"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"post-checkout": "npm i"
}
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
},
"devDependencies": {
"@cosmjs/stargate": "0.27.0",
"@evmos/address-converter": "^0.1.9",
"@types/jest": "^27.0.1",
"@types/node": "^16.11.7",
"@types/readable-stream": "^2.3.9",
"@types/secp256k1": "^4.0.1",
"@types/sqlstring": "^2.3.0",
"@types/tmp": "^0.2.0",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"buffer": "^6.0.3",
"eslint": "^8.2.0",
"husky": "^4.3.6",
"jest": "^27.4.7",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"process": "^0.11.10",
"protobufjs": "^7.2.2",
"stream-browserify": "^3.0.0",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typedoc": "^0.22.11",
"typescript": "^4.5.5",
"webpack": "^5.11.1",
"@types/long": "4.0.2",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.3.0"
},
"dependencies": {
"@cosmjs/proto-signing": "^0.29.5",
"long": "4.0.0",
"@ethersproject/wallet": "^5.7.0",
"@glitterprotocol/glitter.proto": "2.0.0-beta.5",
"@terra-money/legacy.proto": "npm:@terra-money/terra.proto@^0.1.7",
"@terra-money/terra.proto": "^2.1.0",
"axios": "^0.27.2",
"bech32": "^2.0.0",
"bip32": "^2.0.6",
"bip39": "^3.0.3",
"bufferutil": "^4.0.3",
"cosmjs-utils": "^0.1.0",
"decimal.js": "^10.2.1",
"events": "^3.3.0",
"jscrypto": "^1.0.1",
"readable-stream": "^3.6.0",
"secp256k1": "^4.0.2",
"sha3": "^2.1.1",
"sqlstring": "^2.3.3",
"tmp": "^0.2.1",
"utf-8-validate": "^5.0.5",
"ws": "^7.5.9"
}
}