{
	"name": "awto-pi-lot",
	"version": "2.75.5",
	"type": "module",
	"description": "pi-coding-agent extension that adds PPQ.ai provider and their AutoClaw model",
	"pi": {
		"extensions": [
			"./index.ts"
		]
	},
	"scripts": {
		"clean": "shx rm -rf dist",
		"build": "npx tsc && shx cp README.md dist/",
		"check": "npm install && npm run build && biome lint --write --error-on-warnings . && npm run format",
		"format": "npm install && npx --no-install prettier --quote-props=consistent --write ./src/**/*.ts"
	},
	"keywords": [
		"pi",
		"pi-package",
		"pi-extension",
		"coding-agent",
		"ai",
		"llm",
		"cli",
		"tui",
		"agent",
		"ppq",
		"ppq.ai",
		"autoclaw",
		"bitcoin",
		"lightning"
	],
	"license": "MIT",
	"homepage": "https://github.com/tarsgate/awto-pi-lot#readme",
	"bugs": {
		"url": "https://github.com/tarsgate/awto-pi-lot/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/tarsgate/awto-pi-lot.git"
	},
	"dependencies": {
		"fp-sdk": "0.1.2"
	},
	"devDependencies": {
		"@earendil-works/pi-coding-agent": "0.75.5",
		"prettier": "2.8.3",
		"@biomejs/biome": "2.3.5",
		"@types/node": "22.10.5",
		"husky": "9.1.7",
		"shx": "0.4.0",
		"tsx": "4.20.3",
		"typescript": "5.9.2"
	},
	"engines": {
		"node": ">=20.0.0"
	}
}
