kamiweb3-sdk
Version:
TypeScript SDK for KAMI721-C, KAMI721-AC, and KAMI1155-C smart contracts
52 lines (51 loc) • 1.07 kB
JSON
{
"name": "kamiweb3-sdk",
"version": "0.1.2",
"description": "TypeScript SDK for KAMI721-C, KAMI721-AC, and KAMI1155-C smart contracts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KAMI-Github/kamiweb3-sdk.git"
},
"keywords": [
"web3",
"ethereum",
"ethers",
"typescript",
"sdk",
"nft",
"erc721",
"erc1155",
"kami"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/your-username/kamiweb3-sdk/issues"
},
"homepage": "https://github.com/your-username/kamiweb3-sdk#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.11.24",
"hardhat": "^2.25.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"ethers": "^5.8.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
]
}