|
1 | 1 | {
|
2 |
| - "name":"@wormhole-foundation/example-liquidity-layer-solana", |
| 2 | + "name": "@wormhole-foundation/example-liquidity-layer-solana", |
3 | 3 | "version": "0.0.1",
|
4 | 4 | "main": "dist/cjs/index.js",
|
5 | 5 | "types": "dist/cjs/index.d.ts",
|
6 | 6 | "module": "dist/esm/index.js",
|
7 |
| - "files":[ |
| 7 | + "files": [ |
8 | 8 | "dist/cjs",
|
9 | 9 | "dist/esm"
|
10 | 10 | ],
|
11 |
| - "exports":{ |
12 |
| - ".":{ |
13 |
| - "import":"./dist/esm/index.js", |
14 |
| - "require":"./dist/cjs/index.js", |
15 |
| - "types":"./dist/cjs/index.d.ts" |
| 11 | + "exports": { |
| 12 | + ".": { |
| 13 | + "import": "./dist/esm/index.js", |
| 14 | + "require": "./dist/cjs/index.js", |
| 15 | + "types": "./dist/cjs/index.d.ts" |
16 | 16 | },
|
17 |
| - "./*":{ |
18 |
| - "import":"./dist/esm/*/index.js", |
19 |
| - "require":"./dist/cjs/*/index.js", |
20 |
| - "types":"./dist/cjs/*/index.d.ts" |
| 17 | + "./*": { |
| 18 | + "import": "./dist/esm/*/index.js", |
| 19 | + "require": "./dist/cjs/*/index.js", |
| 20 | + "types": "./dist/cjs/*/index.d.ts" |
21 | 21 | }
|
22 | 22 | },
|
23 | 23 | "scripts": {
|
24 | 24 | "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
|
25 | 25 | "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
|
26 |
| - "build:esm":"npx tsc -p tsconfig.esm.json", |
27 |
| - "build:cjs":"npx tsc -p tsconfig.cjs.json", |
28 |
| - "build":"npm run build:esm && npm run build:cjs", |
29 |
| - "clean":"rm -rf dist && rm -f ./*.tsbuildinfo && rm -rf node_modules" |
| 26 | + "build:esm": "npx tsc -p tsconfig.esm.json", |
| 27 | + "build:cjs": "npx tsc -p tsconfig.cjs.json", |
| 28 | + "build": "npm run build:esm && npm run build:cjs", |
| 29 | + "clean": "rm -rf dist && rm -f ./*.tsbuildinfo && rm -rf node_modules" |
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 | 32 | "@certusone/wormhole-spydk": "^0.0.1",
|
33 | 33 | "@wormhole-foundation/example-liquidity-layer-definitions": "0.0.1",
|
34 |
| - "@wormhole-foundation/sdk-base":"^0.7.0-beta.4", |
35 |
| - "@wormhole-foundation/sdk-definitions":"^0.7.0-beta.4", |
36 |
| - "@wormhole-foundation/sdk-solana":"^0.7.0-beta.4", |
37 |
| - "@wormhole-foundation/sdk-solana-core":"^0.7.0-beta.4", |
| 34 | + "@wormhole-foundation/sdk-base": "^0.7.0-beta.4", |
| 35 | + "@wormhole-foundation/sdk-definitions": "^0.7.0-beta.4", |
| 36 | + "@wormhole-foundation/sdk-solana": "^0.7.0-beta.4", |
| 37 | + "@wormhole-foundation/sdk-solana-core": "^0.7.0-beta.4", |
38 | 38 | "@coral-xyz/anchor": "^0.30.0",
|
39 | 39 | "@solana/spl-token": "^0.4.6",
|
40 |
| - "@solana/spl-token-group":"^0.0.4", |
41 |
| - "@solana/spl-token-metadata":"^0.1.4", |
| 40 | + "@solana/spl-token-group": "^0.0.4", |
| 41 | + "@solana/spl-token-metadata": "^0.1.4", |
42 | 42 | "@solana/web3.js": "^1.91.7",
|
43 | 43 | "@types/node-fetch": "^2.6.11",
|
44 | 44 | "anchor-0.29.0": "npm:@coral-xyz/anchor@^0.29.0",
|
| 45 | + "bn.js": "^5.2.1", |
45 | 46 | "dotenv": "^16.4.1",
|
46 | 47 | "ethers": "^5.7.2",
|
47 | 48 | "sha3": "^2.1.4",
|
|
0 commit comments