-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 998 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 998 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
{
"name": "acta-skill",
"version": "1.0.0",
"description": "Claude Code skill for integrating acta.build verifiable credentials on Stellar blockchain",
"type": "commonjs",
"scripts": {
"test:api": "node scripts/test-api-connection.js",
"validate": "node scripts/validate-credential.js",
"validate:education": "node scripts/validate-credential.js assets/credential-templates/education.json",
"validate:employment": "node scripts/validate-credential.js assets/credential-templates/employment.json",
"validate:identity": "node scripts/validate-credential.js assets/credential-templates/identity.json"
},
"keywords": [
"verifiable-credentials",
"w3c-vc",
"stellar",
"blockchain",
"acta-build",
"credentials",
"identity",
"did",
"claude-skill"
],
"author": "acta-build",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wlademyr/acta-skill"
},
"engines": {
"node": ">=18.0.0"
}
}