-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "mintme-sdk",
"version": "1.2.8",
"description": "A simple and powerful SDK for creating and managing tokens on the Solana blockchain. MintMe SDK simplifies the process of minting SPL tokens with metadata, managing token authorities, and interacting with the Solana token ecosystem.",
"types": "index.d.ts",
"keywords": [
"solana",
"blockchain",
"token",
"cryptocurrency",
"crypto",
"mint",
"spl-token",
"web3",
"defi",
"token-creator",
"solana-program",
"anchor",
"metaplex",
"token-metadata",
"token-mint"
],
"author": {
"name": "MintMe Development Team",
"email": "r@tkns.dev",
"url": "https://mintme.dev"
},
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mintme-dev/mintme-sdk.git"
},
"bugs": {
"url": "https://github.com/mintme-dev/mintme-sdk/issues"
},
"homepage": "https://github.com/mintme-dev/mintme-sdk#readme",
"dependencies": {
"@project-serum/anchor": "^0.26.0",
"@solana/spl-token": "^0.4.13",
"@solana/web3.js": "^1.98.0"
}
}