-
Notifications
You must be signed in to change notification settings - Fork 252
/
package.json
60 lines (60 loc) · 1.88 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@gemworks/gem-farm-ts",
"version": "0.26.4",
"description": "sdk for Gem Farm (by GemWorks 💎)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gemworks/gem-farm.git"
},
"keywords": [
"solana",
"nft",
"staking"
],
"author": "ilmoi",
"license": "MIT",
"bugs": {
"url": "https://github.com/gemworks/gem-farm/issues"
},
"homepage": "https://github.com/gemworks/gem-farm#readme",
"scripts": {
"build": "anchor build && ./scripts/cp_idl.sh",
"test": "yarn build && anchor test --skip-build",
"fast-test": "anchor test --skip-build",
"pub": "rm -rf ./dist && tsc && npm version patch --force && npm publish --access public",
"update:apps": "cd ./app/gem-bank && yarn upgrade @gemworks/gem-farm-ts --latest --check-files && cd ../gem-farm && yarn upgrade @gemworks/gem-farm-ts --latest --check-files",
"update:anchor": "yarn upgrade @project-serum/anchor --latest --check-files"
},
"dependencies": {
"@metaplex-foundation/mpl-token-auth-rules": "^1.1.0",
"@metaplex-foundation/mpl-token-metadata": "^2.8.1",
"@metaplex/js": "4.9.0",
"@msgpack/msgpack": "^2.8.0",
"@project-serum/anchor": "0.26.0",
"@solana/spl-token": "^0.3.7",
"@solana/spl-token-018": "npm:@solana/[email protected]",
"@solana/wallet-adapter-base": "^0.8.1",
"@solana/web3.js": "^1.73.0",
"exponential-backoff": "^3.1.0"
},
"devDependencies": {
"@metaplex-foundation/js": "^0.18.0",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^9.0.3",
"prettier": "^2.5.0",
"ts-mocha": "^10.0.0",
"typescript": "^4.3.5"
}
}