34 lines
675 B
JSON
34 lines
675 B
JSON
{
|
|
"name": "csharpierd",
|
|
"version": "1.0.2",
|
|
"description": "A persistent CSharpier formatting daemon with automatic server management and idle timeout",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"bin": {
|
|
"csharpierd": "./index.ts"
|
|
},
|
|
"scripts": {
|
|
"format": "bun index.ts",
|
|
"build": "bun build --compile --minify ./index.ts --outfile csharpierd"
|
|
},
|
|
"keywords": [
|
|
"csharpier",
|
|
"formatter",
|
|
"csharp",
|
|
"dotnet",
|
|
"daemon",
|
|
"persistent"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.0.0"
|
|
}
|
|
}
|