-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 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
{
"name": "@stream44.studio/dco",
"version": "0.3.0-rc.32",
"description": "Developer Certificate of Origin (DCO) tools for signing & verifying.",
"private": false,
"keywords": [
"dco",
"developer-certificate-of-origin",
"git",
"commit",
"signoff",
"Terminal44.sh",
"t44",
"Stream44.Studio",
"studio"
],
"repository": {
"type": "git",
"url": "https://github.com/Stream44/dco.git"
},
"license": "MIT",
"bin": {
"@stream44.studio/dco": "./dco.ts"
},
"scripts": {
"sign": "./commit.sh",
"test": "bun test",
"validate": "./validate.sh"
},
"dependencies": {
"@stream44.studio/encapsulate": "^0.4.0-rc.34",
"@stream44.studio/t44": "^0.4.0-rc.35",
"commander": "^14.0.0",
"chalk": "^5.6.2",
"inquirer": "^12.4.0"
},
"devDependencies": {
"@types/bun": "^1.3.4",
"@types/node": "^25.0.3",
"bun-types": "^1.3.4"
}
}