UNPKG

@frakters/nft-lending-v2

Version:

Client library for interacting with nft lenging solana program

43 lines (42 loc) 1.05 kB
{ "name": "@frakters/nft-lending-v2", "version": "0.6.11", "description": "Client library for interacting with nft lenging solana program", "keywords": [ "Frakt", "Solana" ], "author": "Vedamir Efanov", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "test": "jest --config jestconfig.json", "format": "prettier --write \"src/**/*.ts\"" }, "dependencies": { "@metaplex-foundation/js": "^0.11.4", "@metaplex/js": "4.12.0", "@project-serum/anchor": "0.22.1", "@project-serum/borsh": "^0.2.5", "@solana/spl-token": "^0.3.0", "@solana/web3.js": "^1.47.3" }, "devDependencies": { "@types/bn.js": "^5.1.0", "@types/chai": "^4.3.1", "@types/jest": "^27.4.1", "@types/mz": "^2.7.4", "@types/node": "^17.0.23", "@types/text-encoding": "^0.0.36", "chai": "^4.3.6", "jest": "^27.5.1", "mz": "^2.7.0", "prettier": "^2.6.2", "ts-jest": "^27.1.4", "typescript": "^4.6.3" } }