{
	"name": "handie-cua",
	"version": "0.1.2",
	"description": "A shell package for machine and session management",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"require": "./dist/index.js",
			"import": "./dist/index.js",
			"types": "./dist/index.d.ts"
		}
	},
	"scripts": {
		"build": "tsc",
		"test": "jest",
		"prepare": "npm run build"
	},
	"keywords": [
		"handie",
		"automation",
		"machine"
	],
	"author": "",
	"license": "MIT",
	"devDependencies": {
		"@types/node": "^20.11.24",
		"typescript": "^5.3.3",
		"jest": "^29.7.0",
		"@types/jest": "^29.5.12",
		"ts-jest": "^29.1.2"
	}
}
