-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 887 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
{
"name": "@repnet/cli",
"version": "0.1.7",
"description": "RepNet CLI — manage AI agent reputation from the command line. Register, pay, query, review.",
"bin": {
"repnet": "dist/cli.js"
},
"scripts": {
"build": "tsc && chmod +x dist/cli.js",
"clean": "rm -rf dist"
},
"keywords": [
"repnet",
"ai-agents",
"reputation",
"cli",
"base",
"erc-8004"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dreddster/Rep.git",
"directory": "packages/cli"
},
"homepage": "https://repnet.wittymermaid.com",
"author": "RepNet Protocol",
"dependencies": {
"@repnet/sdk": "^0.1.7",
"ethers": "^6.13.0"
},
"devDependencies": {
"typescript": "^5.5.0"
},
"files": [
"dist"
],
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"license": "MIT"
}