UNPKG

frakt-client

Version:

Client library for interacting with FRAKT solana program

61 lines (60 loc) 1.64 kB
{ "name": "frakt-client", "version": "1.6.8", "description": "Client library for interacting with FRAKT solana program", "keywords": [ "Frakt", "Solana" ], "author": "Vedamir Efanov", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "test": "jest --config jestconfig.json" }, "license": "ISC", "dependencies": { "@solana/spl-token": "^0.1.8", "@solana/spl-token-registry": "^0.2.214", "@solana/spl-token-swap": "^0.1.2", "@solana/wallet-base": "0.0.1", "@solana/web3.js": "1.21.0", "bn.js": "^5.2.0", "borsh": "^0.4.0", "bs58": "^4.0.1", "buffer-layout": "^1.2.2", "core-js": "^3.16.2", "crypto": "^1.0.1", "moment": "^2.29.1", "node-fetch": "^2.6.1", "url-exists": "^1.0.3" }, "devDependencies": { "@types/bn.js": "^5.1.0", "@types/jest": "^27.0.1", "@types/node": "^14.17.9", "@typescript-eslint/eslint-plugin": "^2.33.0", "@typescript-eslint/parser": "^2.33.0", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "^3.1.1", "@vue/cli-plugin-typescript": "^4.5.9", "@vue/cli-service": "^3.12.1", "@vue/compiler-sfc": "^3.2.3", "@vue/eslint-config-typescript": "^5.0.2", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.16.0", "jest": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.5", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^3.9.10" } }