|
1 | 1 | {
|
2 |
| - "name": "@elizaos/plugin-solana", |
3 |
| - "version": "1.0.0-alpha.18", |
4 |
| - "type": "module", |
5 |
| - "main": "dist/index.js", |
6 |
| - "module": "dist/index.js", |
7 |
| - "types": "dist/index.d.ts", |
8 |
| - "exports": { |
9 |
| - "./package.json": "./package.json", |
10 |
| - ".": { |
11 |
| - "import": { |
12 |
| - "@elizaos/source": "./src/index.ts", |
13 |
| - "types": "./dist/index.d.ts", |
14 |
| - "default": "./dist/index.js" |
15 |
| - } |
16 |
| - } |
17 |
| - }, |
18 |
| - "files": [ |
19 |
| - "dist" |
20 |
| - ], |
21 |
| - "dependencies": { |
22 |
| - "@coral-xyz/anchor": "0.30.1", |
23 |
| - "@elizaos/core": "^1.0.0-alpha.18", |
24 |
| - "@solana/spl-token": "0.4.9", |
25 |
| - "@solana/web3.js": "^1.98.0", |
26 |
| - "bignumber.js": "9.1.2", |
27 |
| - "bs58": "6.0.0", |
28 |
| - "fomo-sdk-solana": "1.3.2", |
29 |
| - "node-cache": "5.1.2", |
30 |
| - "pumpdotfun-sdk": "1.3.2", |
31 |
| - "solana-agent-kit": "^1.4.0", |
32 |
| - "tsup": "8.4.0", |
33 |
| - "vitest": "2.1.9" |
34 |
| - }, |
35 |
| - "devDependencies": { |
36 |
| - "tsup": "8.4.0" |
37 |
| - }, |
38 |
| - "scripts": { |
39 |
| - "build": "tsup", |
40 |
| - "dev": "tsup --watch", |
41 |
| - "test": "vitest run", |
42 |
| - "lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write" |
43 |
| - }, |
44 |
| - "peerDependencies": { |
45 |
| - "@biomejs/biome": "^1.9.4", |
46 |
| - "form-data": "4.0.2", |
47 |
| - "whatwg-url": "7.1.0" |
48 |
| - }, |
49 |
| - "gitHead": "383a5ce0902885b4cbb36ba529401936ccdacc60" |
| 2 | + "name": "@elizaos/plugin-solana", |
| 3 | + "version": "1.0.0-alpha.19", |
| 4 | + "type": "module", |
| 5 | + "main": "dist/index.js", |
| 6 | + "module": "dist/index.js", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "exports": { |
| 9 | + "./package.json": "./package.json", |
| 10 | + ".": { |
| 11 | + "import": { |
| 12 | + "@elizaos/source": "./src/index.ts", |
| 13 | + "types": "./dist/index.d.ts", |
| 14 | + "default": "./dist/index.js" |
| 15 | + } |
| 16 | + } |
| 17 | + }, |
| 18 | + "files": [ |
| 19 | + "dist" |
| 20 | + ], |
| 21 | + "dependencies": { |
| 22 | + "@coral-xyz/anchor": "0.30.1", |
| 23 | + "@elizaos/core": "^1.0.0-alpha.19", |
| 24 | + "@solana/spl-token": "0.4.9", |
| 25 | + "@solana/web3.js": "^1.98.0", |
| 26 | + "bignumber.js": "9.1.2", |
| 27 | + "bs58": "6.0.0", |
| 28 | + "fomo-sdk-solana": "1.3.2", |
| 29 | + "node-cache": "5.1.2", |
| 30 | + "pumpdotfun-sdk": "1.3.2", |
| 31 | + "solana-agent-kit": "^1.4.0", |
| 32 | + "tsup": "8.4.0", |
| 33 | + "vitest": "2.1.9" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "tsup": "8.4.0" |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "build": "tsup", |
| 40 | + "dev": "tsup --watch", |
| 41 | + "test": "vitest run", |
| 42 | + "lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write" |
| 43 | + }, |
| 44 | + "peerDependencies": { |
| 45 | + "@biomejs/biome": "^1.9.4", |
| 46 | + "form-data": "4.0.2", |
| 47 | + "whatwg-url": "7.1.0" |
| 48 | + }, |
| 49 | + "gitHead": "383a5ce0902885b4cbb36ba529401936ccdacc60" |
50 | 50 | }
|
0 commit comments