@hapi.one/solana-client
Version:
Client library for Solana smart contract for #HAPI
60 lines (59 loc) • 1.5 kB
JSON
{
"name": "@hapi.one/solana-client",
"version": "0.3.4",
"publishConfig": {
"access": "public"
},
"description": "Client library for Solana smart contract for #HAPI",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"prebuild": "rimraf lib out-tsc",
"build": "tsc && rollup -c",
"prepublish": "npm run build",
"test": "jest --config=./jest.json",
"test:e2e": "jest --config=./jest.e2e.json",
"lint": "eslint . --ext .ts"
},
"keywords": [
"HAPI",
"cybersecurity",
"Solana",
"client"
],
"author": "HAPI",
"license": "BSL-1.1",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-typescript": "^8.2.5",
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/jest": "27.x",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "4.x",
"@typescript-eslint/parser": "4.x",
"eslint": "7.x",
"eslint-config-prettier": "8.x",
"eslint-plugin-prettier": "4.x",
"fast-json-stable-stringify": "^2.1.0",
"jest": "27.x",
"nock": "^13.1.3",
"prettier": "2.x",
"rimraf": "^3.0.2",
"rollup": "^2.58.0",
"rollup-plugin-dts": "^4.0.0",
"ts-jest": "27.x",
"typescript": "4.4.x"
},
"dependencies": {
"@solana/web3.js": "1.x",
"bn.js": "5.x",
"borsh": "0.6.x",
"bs58": "^4.0.1"
}
}