{ "name": "@aaronaxvig/checkbox-tree", "version": "0.1.0", "description": "A dependency-free checkbox tree for browser ES modules", "type": "module", "exports": { ".": "./src/checkbox-tree.js", "./styles.css": "./src/checkbox-tree.css" }, "files": [ "src", "README.md" ], "scripts": { "test": "node --test", "pack:check": "npm pack --dry-run" }, "keywords": [ "checkbox", "tree", "browser", "es-modules" ], "devDependencies": { "jsdom": "^26.1.0" }, "engines": { "node": ">=20" } }