mirror of
https://github.com/GMGNAI/gmgn-skills.git
synced 2026-07-27 16:57:44 +00:00
initial import
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"name": "gmgn-cli",
|
||||
"version": "1.0.1",
|
||||
"description": "GMGN OpenAPI CLI — call GMGN market, token, portfolio and swap APIs from the command line",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"gmgn-cli": "./dist/index.js"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"files": [
|
||||
"dist",
|
||||
"skills",
|
||||
".claude-plugin",
|
||||
".cursor-plugin"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "tsx src/index.ts",
|
||||
"prepublishOnly": "npm run build",
|
||||
"publish:provenance": "npm publish --provenance --access public"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^12.1.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"socks": "^2.8.7",
|
||||
"undici": "^7.24.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"tsx": "^4.19.0",
|
||||
"typescript": "^5.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gmgn-ai/gmgn-skills"
|
||||
},
|
||||
"keywords": [
|
||||
"gmgn",
|
||||
"crypto",
|
||||
"solana",
|
||||
"token",
|
||||
"defi",
|
||||
"swap",
|
||||
"portfolio",
|
||||
"market",
|
||||
"claude-skill"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user