-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.06 KB
/
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
{
"name": "@2112-labs/emerald.js",
"version": "1.0.18",
"description": "Official Typescript SDK of Emerald - Hyper-Efficient Onchain Reward Infrastructure. Powered by Solana. Maintained by 21|12 Labs.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2112-Foundation/emerald-sdk.git"
},
"author": "zkchakra, 21|12 Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/2112-Foundation/emerald-sdk/issues"
},
"homepage": "https://github.com/2112-Foundation/emerald-sdk#readme",
"dependencies": {
"@coral-xyz/anchor": "^0.28.1-beta.2",
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/beet-solana": "^0.4.0",
"@metaplex-foundation/js": "^0.19.5",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.5",
"bn.js": "^5.2.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.2"
},
"main": "./src/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"files": ["/dist"]
}