Files
checkbox-tree/package.json
T
2026-07-11 21:14:49 -05:00

31 lines
562 B
JSON

{
"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"
}
}