{
	"name": "pi-skillrefs",
	"version": "0.1.3",
	"type": "module",
	"description": "Pi extension package that autocompletes $skill refs and injects referenced skill bodies as visible environment context.",
	"files": [
		"src",
		"README.md",
		"LICENSE"
	],
	"keywords": [
		"pi-package",
		"pi-extension",
		"skills",
		"autocomplete"
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/pyronaur/pi-skillrefs.git"
	},
	"homepage": "https://github.com/pyronaur/pi-skillrefs#readme",
	"bugs": {
		"url": "https://github.com/pyronaur/pi-skillrefs/issues"
	},
	"pi": {
		"extensions": [
			"./src/index.ts"
		],
		"image": "https://raw.githubusercontent.com/pyronaur/pi-skillrefs/main/docs/images/cover.jpg"
	},
	"scripts": {
		"test": "tsx --test test/**/*.test.mjs",
		"typecheck": "tsc --noEmit",
		"lint": "oxlint --type-aware --tsconfig tsconfig.json .",
		"format": "dprint fmt",
		"format:check": "dprint check .",
		"dupes": "jscpd --config .jscpd.json .",
		"unused": "knip"
	},
	"peerDependencies": {
		"@earendil-works/pi-coding-agent": "*",
		"@earendil-works/pi-tui": "*",
		"typebox": "*"
	},
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "^0.74.0",
		"@earendil-works/pi-tui": "^0.74.0",
		"@types/node": "latest",
		"dprint": "latest",
		"jscpd": "latest",
		"knip": "latest",
		"@oxlint/plugins": "latest",
		"oxlint": "latest",
		"oxlint-plugin-complexity": "^2.1.1",
		"oxlint-plugin-inhuman": "latest",
		"oxlint-tsgolint": "latest",
		"typebox": "^1.1.33",
		"tsx": "latest",
		"typescript": "latest"
	}
}
