-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 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
{
"name": "enkan-repl",
"version": "0.0.0",
"description": "Enhanced REPL utilities for AI-era interactive development - The Law of Cycles (円環の理)",
"main": "enkan-repl.el",
"scripts": {
"test": "make check",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/phasetr/enkan-repl.git"
},
"keywords": [
"emacs",
"lisp",
"claude",
"ai",
"repl",
"development",
"anthropic"
],
"author": "phasetr <phasetr@gmail.com>",
"license": "MIT",
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/release-notes-generator": "^14.1.1",
"conventional-changelog-conventionalcommits": "^9.3.1",
"semantic-release": "^25.0.3"
}
}