{ "name": "@ztimson/node-utils", "version": "1.0.5", "description": "CSS Utility Classes", "author": "ztimson", "license": "MIT", "private": false, "readme": "README.md", "repository": { "type": "git", "url": "git.zakscode.com:ztimson/node-utils" }, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc", "docs": "typedoc --cleanOutputDir false --out ./docs --entryPoints src/**/*.ts --readme none", "watch": "tsc --watch" }, "devDependencies": { "@types/node": "^24.0.0", "typedoc": "^0.28.5", "typescript": "^5.8.3" }, "files": [ "dist" ] }