-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 844 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 844 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
{
"name": "context-ledger",
"version": "1.0.0",
"description": "GitHub Action to generate changelog entries using AI, maintaining a source of truth for LLM context",
"main": "lib/generate-changelog.js",
"scripts": {
"build": "echo 'No build step required'",
"test": "echo 'Tests not implemented yet'"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.30.1",
"semver": "^7.6.3"
},
"keywords": [
"github-action",
"changelog",
"ai",
"claude",
"anthropic",
"llm",
"context",
"automation"
],
"author": "Luke Munro",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lukemun/context-ledger.git"
},
"bugs": {
"url": "https://github.com/lukemun/context-ledger/issues"
},
"homepage": "https://github.com/lukemun/context-ledger#readme"
}