UNPKG
jsonl-editor
Version:
latest (0.2.0)
0.2.0
Edit individual JSON lines in JSONL files
github.com/toiroakr/jsonl-editor
toiroakr/jsonl-editor
jsonl-editor
/
.claude
/
settings.local.json
11 lines
•
183 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"permissions"
:
{
"allow"
:
[
"Bash(grep:*)"
,
"Bash(npm run compile:*)"
,
"Bash(npm install:*)"
,
"Bash(npm run preview-dev:*)"
]
,
"deny"
:
[
]
}
}