{
	"name": "@kolisachint/hoocode-extension-custom-provider-gitlab-duo",
	"private": true,
	"version": "0.3.80",
	"type": "module",
	"engines": {
		"bun": ">=1.0.0"
	},
	"scripts": {
		"clean": "echo 'nothing to clean'",
		"build": "echo 'nothing to build'",
		"check": "echo 'nothing to check'"
	},
	"hoocode": {
		"extensions": [
			"./index.ts"
		]
	}
}
