-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.03 KB
/
package.json
File metadata and controls
50 lines (50 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
43
44
45
46
47
48
49
50
{
"name": "@korext/commit-carbon",
"version": "1.0.3",
"description": "Open standard for measuring AI assisted commit carbon emissions. CSRD, SEC, and CDP compatible disclosure reporting.",
"keywords": [
"carbon",
"emissions",
"sustainability",
"esg",
"csrd",
"sec",
"cdp",
"climate",
"ai",
"copilot",
"cursor",
"claude-code",
"greenhouse-gas",
"scope-3"
],
"author": "Korext <tombruno@korext.com> (https://korext.com)",
"license": "Apache-2.0",
"homepage": "https://oss.korext.com/commit-carbon",
"repository": {
"type": "git",
"url": "git+https://github.com/korext/commit-carbon.git"
},
"bugs": {
"url": "https://github.com/korext/commit-carbon/issues"
},
"bin": {
"commit-carbon": "bin/commit-carbon.js"
},
"files": [
"bin/",
"src/",
"action/",
"factors.yaml",
"LICENSE",
"LICENSE-SPEC",
"LICENSE-DATA",
"README.md"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"js-yaml": "^4.1.0"
}
}