SHA256
Отключить репосты и добавить Solana-модуль
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
|
||||
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@coral-xyz/anchor": "^0.31.1",
|
||||
"@metaplex-foundation/mpl-token-metadata": "^3.4.0",
|
||||
"@metaplex-foundation/mpl-toolbox": "^0.10.0",
|
||||
"@metaplex-foundation/umi": "^1.5.1",
|
||||
"@metaplex-foundation/umi-bundle-defaults": "^1.5.1",
|
||||
"@metaplex-foundation/umi-web3js-adapters": "^1.5.1",
|
||||
"@solana/spl-token": "^0.4.14",
|
||||
"@solana/spl-governance": "^0.3.28"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bn.js": "^5.1.0",
|
||||
"@types/chai": "^4.3.0",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"chai": "^4.3.4",
|
||||
"mocha": "^9.0.3",
|
||||
"prettier": "^2.6.2",
|
||||
"ts-mocha": "^10.0.0",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user