-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 828 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
{
"name": "trial-skill",
"version": "0.5.3",
"description": "A pre-delivery evidence gate that withholds unsupported completion claims and releases only verified results.",
"keywords": [
"ai-agents",
"skills",
"claude-code",
"cursor",
"verification",
"rules"
],
"license": "MIT",
"author": {
"name": "Da7-Tech",
"url": "https://github.com/Da7-Tech"
},
"homepage": "https://github.com/Da7-Tech/trial",
"repository": {
"type": "git",
"url": "git+https://github.com/Da7-Tech/trial.git"
},
"bugs": {
"url": "https://github.com/Da7-Tech/trial/issues"
},
"bin": {
"trial-install": "./bin/install.js"
},
"files": [
"agents/",
"skills/",
"bin/",
"SKILL.md",
"LICENSE"
],
"scripts": {
"test": "node --test tests/*.test.js"
}
}