13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"name": "auto-formatter",
|
|
"description": "Automatic code formatting hook that runs after file edits",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Example Developer",
|
|
"email": "developer@example.com",
|
|
"url": "https://example.com"
|
|
},
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |