-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 875 Bytes
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
{
"name": "@thryx/cli",
"version": "1.3.1",
"description": "Launch tokens on ThryxProtocol -- the AI Agent Launchpad on Base",
"type": "module",
"bin": {
"thryx": "./bin/thryx.js"
},
"files": [
"bin/",
"lib/",
"README.md"
],
"dependencies": {
"ethers": "^6.0.0"
},
"keywords": [
"token",
"launch",
"deploy",
"base",
"crypto",
"cli",
"ai",
"agent",
"launchpad",
"thryx",
"defi",
"bonding-curve",
"gasless",
"meta-transaction"
],
"author": "ThryxProtocol <team@thryx.xyz>",
"repository": {
"type": "git",
"url": "https://github.com/lordbasilaiassistant-sudo/thryx-cli"
},
"homepage": "https://thryx.xyz",
"bugs": {
"url": "https://github.com/lordbasilaiassistant-sudo/thryx-cli/issues"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
}