@metaplex-foundation/mpl-candy-guard
Version:
MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard
75 lines (74 loc) • 2.58 kB
JSON
{
"name": "@metaplex-foundation/mpl-candy-guard",
"version": "0.5.0",
"programVersion": "1.0.0",
"description": "MPL Candy Guard JavaScript API. This MPL package is for the current generation of the Candy Guard",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"check:publish-ready": "yarn build && if test \"$SKIP_TESTS\" = \"1\" ; then echo \"WARN: Skipping Tests\"; else yarn test; fi",
"preversion": "yarn check:publish-ready",
"prepublishOnly": "yarn check:publish-ready",
"build:docs": "typedoc",
"build": "rimraf dist && tsc -p tsconfig.json",
"test": "CI=1 tape dist/test/**/*.test.js",
"api:gen": "DEBUG='(solita|rustbin):(info|error)' solita",
"lint": "eslint \"{src,test}/**/*.ts\" --format stylish",
"fix:lint": "yarn lint --fix",
"prettier": "prettier \"{src,test}/**/*.ts\" --check",
"fix:prettier": "prettier --write src/ && prettier --write test/",
"fix": "yarn fix:lint && yarn fix:prettier"
},
"files": [
"/dist/src"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"nft",
"metaplex",
"solana",
"blockchain"
],
"homepage": "https://metaplex.com",
"repository": "https://github.com/metaplex-foundation/mpl-candy-guard.git",
"author": "Metaplex Maintainers <contact@metaplex.com>",
"license": "Apache-2.0",
"dependencies": {
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/beet-solana": "^0.4.0",
"@metaplex-foundation/cusper": "^0.0.2",
"@solana/web3.js": "^1.73.3",
"bn.js": "^5.2.0"
},
"devDependencies": {
"@metaplex-foundation/amman": "^0.12.1",
"@metaplex-foundation/amman-client": "^0.2.4",
"@metaplex-foundation/js": "^0.18.0",
"@metaplex-foundation/mpl-candy-machine-core": "^0.2.1",
"@metaplex-foundation/mpl-token-metadata": "^2.9.0",
"@metaplex-foundation/solita": "^0.19.4",
"@noble/hashes": "^1.1.2",
"@solana/spl-token": "^0.3.6",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.7",
"@types/tape": "^4.13.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"debug": "^4.3.4",
"esbuild": "0.15.12",
"esbuild-runner": "^2.2.1",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"merkletreejs": "^0.2.32",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"spok": "^1.4.3",
"tape": "^5.5.0",
"typedoc": "^0.23.16",
"typescript": "^4.6.2"
}
}