-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 785 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 785 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
{
"name": "moralis-cli",
"version": "0.1.4",
"description": "Use Moralis API via Moralis CLI directly inside AI agents with secure API key handling and access to EVM and Solana blockchain data.",
"bin": {
"moralis-cli": "bin/moralis-cli.js"
},
"type": "commonjs",
"license": "MIT",
"engines": {
"node": ">=18"
},
"devDependencies": {
"prettier": "^3.8.1"
},
"scripts": {
"start": "node bin/moralis-cli.js",
"help": "node bin/moralis-cli.js help"
},
"keywords": [
"moralis",
"moralis api",
"moralis cli",
"ai integration",
"ai agent",
"llm tools",
"blockchain api",
"web3 api",
"evm data",
"solana data",
"crypto data",
"onchain data",
"developer cli",
"web3 developer tools"
]
}