-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.lock.json
More file actions
29 lines (29 loc) · 1.06 KB
/
Copy pathmodules.lock.json
File metadata and controls
29 lines (29 loc) · 1.06 KB
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
{
"schemaVersion": 1,
"modules": [
{
"name": "skill-inspector",
"prefix": "skill-inspector",
"repository": "https://github.com/arraya20/pharos_skill_inspector.git",
"branch": "main",
"commit": "1f1d0736ef4ca4b27b15a4372e6fb28272e0ac4f",
"requiredFiles": ["pyproject.toml", "README.md", "src/pharos_skill_inspector/__init__.py"]
},
{
"name": "contract-inspector",
"prefix": "contract-inspector",
"repository": "https://github.com/arraya20/pharos-contract-inspector.git",
"branch": "master",
"commit": "b0a6a8dc67c3728130a4ddb39b1779d6370ef7d4",
"requiredFiles": ["package.json", "README.md", "server.js", "test-server.js"]
},
{
"name": "address-intelligence",
"prefix": "address-intelligence",
"repository": "https://github.com/arraya20/pharos-address-intelligence.git",
"branch": "main",
"commit": "88ff410885d2093cb93b97977393c876b41a2bf2",
"requiredFiles": ["package.json", "README.md", "scripts/lib/socialscan.mjs", "test/socialscan.test.js"]
}
]
}