{
	"name": "@kolisachint/hoocode-extension-with-deps",
	"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"
		]
	},
	"dependencies": {
		"ms": "^2.1.3"
	},
	"devDependencies": {
		"@types/ms": "^2.1.0"
	}
}
