-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.27 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "heaven-sdk",
"version": "0.0.22-rc.17",
"description": "heaven-sdk",
"private": "true",
"typescript-template": {
"base": "1.0.0",
"jasmine": "1.0.0",
"library": "1.0.0"
},
"scripts": {
"build": "rm -rf ./dist && tsc && tsc -p tsconfig.browser.json",
"start": "ts-node examples/index",
"test": "npm run lint && npm run build && nyc npm run test:run",
"test:run": "jasmine --config=jasmine.json",
"test:dev": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.dev.json",
"doc": "typedoc --out docs/typedoc src",
"format": "prettier-eslint --write **/*.*",
"lint": "eslint .",
"lint:prod": "npm run lint -- --config=.eslintrc.prod.json",
"script": "ts-node scripts",
"publish": "npm run script -- publish",
"full-test": "ts-node test/heaven/full.test.ts",
"example": "ts-node examples/index.ts"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/bn.js": "^5.1.5",
"@types/jasmine": "^4.3.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"jasmine": "^4.5.0",
"nyc": "^15.1.0",
"prettier": "^2.8.0",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"ts-node": "^10.9.2",
"ts-packager": "^1.1.0",
"ts-script": "^1.0.0",
"ts-tiny-log": "^1.1.1",
"tweetnacl": "^1.0.3",
"typedoc": "^0.23.21",
"typescript": "^4.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n98365184/heaven-sdk.git"
},
"author": "valhalla-sdk",
"license": "MIT",
"bugs": {
"url": "https://github.com/n98365184/heaven-sdk/issues"
},
"homepage": "https://github.com/n98365184/heaven-sdk#readme",
"keywords": [],
"module": "browser/index.js",
"dependencies": {
"@coral-xyz/anchor": "0.29.0",
"@irys/sdk": "^0.1.22",
"@metaplex-foundation/mpl-candy-machine": "^6.0.1",
"@metaplex-foundation/mpl-token-metadata": "^3.2.1",
"@metaplex-foundation/umi": "^0.9.1",
"@metaplex-foundation/umi-bundle-defaults": "^0.9.1",
"@metaplex-foundation/umi-signer-wallet-adapters": "^0.9.1",
"@solana/spl-token": "^0.4.3",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/web3.js": "^1.91.7",
"bn.js": "^5.2.1",
"bs58": "^5.0.0",
"heaven-wasm-sdk": "0.0.7",
"ipfs-only-hash": "^4.0.0"
}
}