@solana-suite/shared-metaplex
Version:
shared metaplex module for solana-suite
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "@solana-suite/shared-metaplex",
"version": "0.6.9-M4",
"description": "shared metaplex module for solana-suite",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"keywords": [
"api",
"blockchain",
"solana",
"sdk",
"web3.js",
"nft"
],
"engines": {
"node": ">=16.*"
},
"files": [
"dist",
"package.json"
],
"license": "MIT",
"author": "Akira Takachi <a.takachi@atonoy.co>",
"homepage": "https://atonoy.github.io/solana-suite",
"repository": {
"type": "git",
"url": "https://github.com/atonoy/solana-suite.git"
},
"bugs": {
"url": "https://github.com/atonoy/solana-suite/issues"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf dist/ node_modules/",
"compile": "tsc -p tsconfig.json",
"compile:esm": "tsc -p tsconfig.esm.json",
"test": "mocha -t 300000 --require ts-node/register -- ",
"test:all": "mocha -t 300000 --require ts-node/register './test/**/*.test.ts'"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^2.9.1",
"@solana-suite/shared": "0.6.9-M4"
}
}