UNPKG

handie-cua

Version:

A shell package for machine and session management

35 lines (34 loc) 659 B
{ "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" } }