-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 990 Bytes
/
package.json
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
44
{
"name": "use-candymachine",
"version": "0.2.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"peerDependencies": {
"react": "^18.2.0"
},
"homepage": "https://github.com/AnishDe12020/use-candymachine",
"repository": "AnishDe12020/use-candymachine",
"bugs": "https://github.com/AnishDe12020/use-candymachin/issues",
"author": "AnishDe12020",
"keywords": [
"solana",
"nft",
"metaplex",
"candymachine",
"minting nfts",
"solana nfts",
"metaplex nfts",
"metaplex react hook"
],
"devDependencies": {
"@types/react": "^18.0.20",
"react": "^18.2.0",
"tslib": "^2.4.0",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
},
"dependencies": {
"@changesets/cli": "^2.24.4",
"@metaplex-foundation/js": "^0.15.0",
"@solana/web3.js": "^1.62.0"
},
"scripts": {
"build": "tsup --dts && tsc -p tsconfig.json",
"release": "yarn build && changeset publish"
},
"publishConfig": {
"access": "public"
}
}