-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ocp-verify",
"version": "1.2.0",
"description": "Zero-dependency verifier for the Observation Commitment Protocol — independently verify that a file was committed to a public blockchain",
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=18.0.0"
},
"bin": {
"ocp-commit": "reference-cli/commit.js",
"ocp-verify": "reference-cli/verify.js"
},
"files": [
"reference-cli",
"README.md",
"LICENSE"
],
"keywords": [
"ocp",
"observation-commitment-protocol",
"blockchain",
"verification",
"proof",
"ethereum",
"base",
"solana",
"ai-verification",
"zero-dependency",
"cryptography"
],
"author": "Damon Zwicker",
"homepage": "https://github.com/damonzwicker/observation-commitment-protocol",
"repository": {
"type": "git",
"url": "git+https://github.com/damonzwicker/observation-commitment-protocol.git"
},
"bugs": {
"url": "https://github.com/damonzwicker/observation-commitment-protocol/issues"
}
}