12 lines
347 B
JSON
12 lines
347 B
JSON
{
|
|
"name": "GLoomI",
|
|
"version": "0.0.1",
|
|
"description": "GLoomI is the included plugin management interface for GLoom",
|
|
"author": "juls0730",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "go build -ldflags '-w -s' -buildmode=plugin -o ../dist/gloomi.so main.go"
|
|
},
|
|
"pattern": "**/*.go",
|
|
"excluded_dirs": []
|
|
} |