nft-barter-sdk
Version:
Javascript SDK for abstracting complexities of interacting with NFT protocols.
61 lines (60 loc) • 1.49 kB
JSON
{
"name": "nft-barter-sdk",
"version": "1.0.32",
"description": "Javascript SDK for abstracting complexities of interacting with NFT protocols. ",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NFT-Barter/nft-barter-sdk.git"
},
"keywords": [
"blockchain",
"nft",
"barter",
"trade",
"nft-barter",
"sdk",
"connect",
"contracts",
"ethereum",
"wallet",
"eth"
],
"author": "Ebube Ud",
"license": "MIT",
"bugs": {
"url": "https://github.com/NFT-Barter/nft-barter-sdk/issues"
},
"homepage": "https://github.com/NFT-Barter/nft-barter-sdk#readme",
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.4"
},
"files": [
"lib/**/*"
],
"dependencies": {
"ethers": "^5.5.1",
"firebase": "^9.6.0",
"i": "^0.3.7",
"npm": "^8.3.0",
"web3": "^1.6.0"
}
}