@metaplex-foundation/mpl-candy-machine-core
Version:
MPL Candy Machine Core JavaScript API. This MPL package is for the current generation of the Candy Machine Core (a.k.a. Candy Machine V3).
70 lines (69 loc) • 2.39 kB
JSON
{
"name": "@metaplex-foundation/mpl-candy-machine-core",
"version": "0.2.2",
"programVersion": "1.0.0",
"description": "MPL Candy Machine Core JavaScript API. This MPL package is for the current generation of the Candy Machine Core (a.k.a. Candy Machine V3).",
"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/",
"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/metaplex-program-library.git",
"author": "Metaplex Maintainers <contact@metaplex.com>",
"license": "Apache-2.0",
"dependencies": {
"@metaplex-foundation/beet": "^0.7.0",
"@metaplex-foundation/beet-solana": "^0.4.0",
"@metaplex-foundation/cusper": "^0.0.2",
"@solana/web3.js": "^1.56.2",
"bn.js": "^5.2.0"
},
"devDependencies": {
"@metaplex-foundation/amman": "^0.12.0",
"@metaplex-foundation/amman-client": "^0.2.2",
"@metaplex-foundation/js": "^0.18.0",
"@metaplex-foundation/solita": "^0.19.4",
"@solana/spl-token": "0.3.5",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.7",
"@types/tape": "^4.13.4",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"esbuild": "^0.15.7",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"spok": "^1.4.3",
"tap-spec": "^5.0.0",
"tape": "^5.5.0",
"typedoc": "^0.23.16",
"typescript": "^4.6.2"
}
}