@madeonsol/plugin-madeonsol 1.8.0 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +69 -69
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "name": "@madeonsol/plugin-madeonsol",
3
- "version": "1.8.0",
4
- "description": "ElizaOS plugin for MadeOnSol — Solana KOL intelligence and deployer analytics via x402 micropayments",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "files": [
9
- "dist",
10
- "README.md",
11
- "LICENSE"
12
- ],
13
- "scripts": {
14
- "build": "tsc",
15
- "dev": "tsc --watch",
16
- "preflight": "bash ../../scripts/preflight-publish.sh",
17
- "prepublishOnly": "npm run preflight && npm run build"
18
- },
19
- "peerDependencies": {
20
- "@elizaos/core": ">=1.0.0",
21
- "@scure/base": ">=1.0.0",
22
- "@solana/kit": ">=2.0.0",
23
- "@x402/core": ">=0.1.0",
24
- "@x402/fetch": ">=0.1.0",
25
- "@x402/svm": ">=0.1.0"
26
- },
27
- "agentConfig": {
28
- "pluginType": "elizaos:plugin:1.0.0",
29
- "pluginParameters": {
30
- "MADEONSOL_API_URL": {
31
- "type": "string",
32
- "description": "MadeOnSol API base URL",
33
- "required": false,
34
- "default": "https://madeonsol.com"
35
- },
36
- "SVM_PRIVATE_KEY": {
37
- "type": "string",
38
- "description": "Solana private key (base58) for automatic x402 USDC payments",
39
- "required": true,
40
- "sensitive": true
41
- }
42
- }
43
- },
44
- "keywords": [
45
- "elizaos",
46
- "eliza",
47
- "plugin",
48
- "elizaos-plugin",
49
- "ai-agent",
50
- "solana",
51
- "kol",
52
- "kol-tracker",
53
- "x402",
54
- "memecoin",
55
- "memecoin-tracker",
56
- "pumpfun",
57
- "deployer-hunter",
58
- "alpha",
59
- "alpha-bot",
60
- "smart-money",
61
- "copy-trading",
62
- "trading",
63
- "madeonsol"
64
- ],
65
- "license": "MIT",
66
- "devDependencies": {
67
- "@elizaos/core": "^2.0.0-alpha.77"
68
- }
69
- }
1
+ {
2
+ "name": "@madeonsol/plugin-madeonsol",
3
+ "version": "1.8.1",
4
+ "description": "ElizaOS plugin for MadeOnSol — Solana KOL intelligence and deployer analytics via x402 micropayments",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist",
10
+ "README.md",
11
+ "LICENSE"
12
+ ],
13
+ "scripts": {
14
+ "build": "tsc",
15
+ "dev": "tsc --watch",
16
+ "preflight": "bash ../../scripts/preflight-publish.sh",
17
+ "prepublishOnly": "npm run preflight && npm run build"
18
+ },
19
+ "peerDependencies": {
20
+ "@elizaos/core": ">=1.0.0",
21
+ "@scure/base": ">=1.0.0",
22
+ "@solana/kit": ">=2.0.0",
23
+ "@x402/core": ">=0.1.0",
24
+ "@x402/fetch": ">=0.1.0",
25
+ "@x402/svm": ">=0.1.0"
26
+ },
27
+ "agentConfig": {
28
+ "pluginType": "elizaos:plugin:1.0.0",
29
+ "pluginParameters": {
30
+ "MADEONSOL_API_URL": {
31
+ "type": "string",
32
+ "description": "MadeOnSol API base URL",
33
+ "required": false,
34
+ "default": "https://madeonsol.com"
35
+ },
36
+ "SVM_PRIVATE_KEY": {
37
+ "type": "string",
38
+ "description": "Solana private key (base58) for automatic x402 USDC payments",
39
+ "required": true,
40
+ "sensitive": true
41
+ }
42
+ }
43
+ },
44
+ "keywords": [
45
+ "elizaos",
46
+ "eliza",
47
+ "plugin",
48
+ "elizaos-plugin",
49
+ "ai-agent",
50
+ "solana",
51
+ "kol",
52
+ "kol-tracker",
53
+ "x402",
54
+ "memecoin",
55
+ "memecoin-tracker",
56
+ "pumpfun",
57
+ "deployer-hunter",
58
+ "alpha",
59
+ "alpha-bot",
60
+ "smart-money",
61
+ "copy-trading",
62
+ "trading",
63
+ "madeonsol"
64
+ ],
65
+ "license": "MIT",
66
+ "devDependencies": {
67
+ "@elizaos/core": "^2.0.0-alpha.77"
68
+ }
69
+ }