axie-ronin-ethers-js-tools
Version:
A set of functions that make it easier for developers to interact with their Axies on the Ronin network and the maketplace.
66 lines (65 loc) • 1.49 kB
JSON
{
"name": "axie-ronin-ethers-js-tools",
"version": "1.5.0-beta",
"description": "A set of functions that make it easier for developers to interact with their Axies on the Ronin network and the maketplace.",
"scripts": {
"build": "tsc",
"start": "node dist/cli.js",
"dev": "bun cli.ts",
"prepublishOnly": "npm run build"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/alexx855/axie-ronin-ethers-js-tools.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"Axie",
"Infinity",
"Bot",
"Ronin",
"Marketplace",
"Access Token",
"Account",
"Buy",
"Order",
"Unlist",
"Developer",
"Tool",
"Crypto",
"Blockchain",
"Javascript",
"Typescript",
"NFT"
],
"author": {
"name": "Alex Pedersen",
"email": "hello@alexpedersen.dev",
"url": "https://alexpedersen.dev"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/alexx855/axie-ronin-ethers-js-tools/issues"
},
"homepage": "https://github.com/alexx855/axie-ronin-ethers-js-tools#readme",
"bin": {
"axie-tools": "./dist/cli.js"
},
"devDependencies": {
"@types/node": "^18.15.11",
"dotenv": "^16.3.1"
},
"dependencies": {
"@inquirer/prompts": "^7.2.0",
"@roninbuilders/contracts": "^0.5.0",
"ethers": "^5.7.0",
"typescript": "^5.1.6"
}
}