package.json

 1{
 2	"name": "@amolith/pi-personas",
 3	"version": "0.1.0-beta.0",
 4	"description": "Switchable agent personas for Pi",
 5	"keywords": [
 6		"pi-package"
 7	],
 8	"pi": {
 9		"extensions": [
10			"./src/index.ts"
11		]
12	},
13	"scripts": {
14		"typecheck": "tsc --noEmit"
15	},
16	"peerDependencies": {
17		"@earendil-works/pi-coding-agent": "*"
18	},
19	"type": "module",
20	"repository": {
21		"type": "git",
22		"url": "https://git.secluded.site/pi-extensions",
23		"directory": "packages/personas"
24	}
25}