{
	"name": "@code-yeongyu/senpi-pty",
	"version": "2026.9.22-2",
	"description": "Typed PTY session loader for Senpi persistent terminals",
	"type": "module",
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js"
		},
		"./screen": {
			"types": "./dist/screen.d.ts",
			"import": "./dist/screen.js"
		},
		"./registry": {
			"types": "./dist/registry.d.ts",
			"import": "./dist/registry.js"
		},
		"./native": {
			"types": "./native/index.d.ts",
			"import": "./native/index.js"
		},
		"./package.json": "./package.json"
	},
	"files": [
		"dist",
		"native",
		"README.md"
	],
	"scripts": {
		"clean": "shx rm -rf dist",
		"build": "tsgo -p tsconfig.build.json",
		"test": "vitest --run test",
		"check:prebuild": "node native/check-prebuild-fresh.mjs",
		"prepublishOnly": "npm run clean && npm run build"
	},
	"keywords": [
		"pty",
		"terminal",
		"persistent-terminal",
		"typescript"
	],
	"author": "Earendil Works",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/code-yeongyu/senpi.git",
		"directory": "packages/pty"
	},
	"engines": {
		"node": ">=24.0.0"
	},
	"dependencies": {
		"@xterm/headless": "6.0.0"
	},
	"devDependencies": {
		"@types/node": "26.6.2"
	}
}
