-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.38 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.38 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "agentsign",
"version": "1.1.2",
"description": "Zero Trust Engine for AI Agents — identity, signing, Trust Gate payments, cloud KMS + HSM + Vault support",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts",
"signer.js",
"signer.d.ts",
"README.md"
],
"engines": {
"node": ">=18"
},
"keywords": [
"agentsign",
"ai-agent",
"zero-trust",
"hsm",
"pkcs11",
"stripe",
"trust-gate",
"cryptographic-signing",
"signing",
"mcp",
"identity",
"kms",
"vault",
"hashicorp",
"gcp",
"aws",
"azure"
],
"author": "CyberSecAI Ltd <contact@agentsign.ai>",
"license": "BSL-1.1",
"homepage": "https://agentsign.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/razashariff/agentsign-sdk.git"
},
"bugs": {
"url": "https://github.com/razashariff/agentsign-sdk/issues"
},
"peerDependencies": {
"pkcs11js": ">=2.0.0",
"@aws-sdk/client-kms": ">=3.0.0",
"@azure/keyvault-keys": ">=4.0.0",
"@azure/identity": ">=3.0.0",
"@google-cloud/kms": ">=4.0.0"
},
"peerDependenciesMeta": {
"pkcs11js": { "optional": true },
"@aws-sdk/client-kms": { "optional": true },
"@azure/keyvault-keys": { "optional": true },
"@azure/identity": { "optional": true },
"@google-cloud/kms": { "optional": true }
}
}