UNPKG

@boxfish-studio/candymachine-client-sdk

Version:
60 lines 1.6 kB
{ "name": "@boxfish-studio/candymachine-client-sdk", "version": "1.0.0", "description": "Metaplex Candy Machine Client SDK", "keywords": [ "metaplex", "candy-machine", "solana", "nft", "client", "sdk" ], "homepage": "https://boxfish.studio/", "repository": { "type": "git", "url": "http://github.com/boxfish-studio/candymachine-client-sdk.git" }, "bugs": { "url": "http://github.com/boxfish-studio/candymachine-client-sdk.git/issues" }, "publishConfig": { "access": "public" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "module": "./dist/index.mjs", "author": "Boxfish Studio <info@boxfish.studio>", "license": "Apache-2.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/parser": "^5.49.0", "eslint": "^8.32.0", "typescript": "^4.9.4", "tsup": "^6.5.0" }, "dependencies": { "@babel/core": "^7.20.12", "@babel/eslint-parser": "^7.19.1", "@metaplex/arweave-cost": "^1.0.4", "@project-serum/anchor": "^0.26.0", "@solana/spl-token": "^0.3.7", "@solana/web3.js": "^1.73.0", "@supercharge/promise-pool": "^2.3.2", "husky": "^8.0.3", "js-file-download": "^0.4.12", "lint-staged": "^13.1.0", "prettier": "^2.8.3" }, "lint-staged": { "*.{js,ts}": [ "eslint --cache --fix", "prettier --write" ] }, "scripts": { "compile": "tsup src/index.ts --sourcemap --dts --format esm,cjs", "format": "prettier --write \"./**/*.{js,ts}\"", "lint": "eslint \"./**/*.{js,ts}\"" } }