@solana-suite/nft
Version:
nft module for solana-suite
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "@solana-suite/nft",
"version": "0.6.9-M4",
"description": "nft 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"
],
"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": {
"@solana-suite/core": "0.6.9-M4",
"@solana-suite/storage-v0.6": "0.6.9-M4",
"@solana-suite/shared-metaplex": "0.6.9-M4"
}
}