{
	"name": "@paulstinchcombe/kami721c-sdk",
	"version": "0.0.5",
	"main": "dist/index.js",
	"scripts": {
		"build": "tsc",
		"test": "echo \"Error: no test specified\" && exit 1",
		"clean": "rimraf dist",
		"prepare": "npm run build"
	},
	"keywords": [
		"nft",
		"ethereum",
		"skale",
		"erc721c",
		"smart-contract",
		"sdk",
		"kami721c"
	],
	"author": "Paul Stinchcombe",
	"license": "MIT",
	"description": "SDK for interacting with KAMI721C NFT contracts",
	"dependencies": {
		"dotenv": "^16.4.7",
		"ethers": "^6.13.5"
	},
	"devDependencies": {
		"@typechain/ethers-v6": "^0.5.1",
		"@types/node": "^22.13.9",
		"rimraf": "^6.0.1",
		"ts-node": "^10.9.2",
		"typescript": "^5.8.2"
	},
	"types": "dist/index.d.ts"
}
