{ "name": "@ztimson/node-utils", "version": "1.0.0", "description": "CSS Utility Classes", "author": "ztimson", "license": "MIT", "private": false, "readme": "README.md", "repository": { "type": "git", "url": "git.zakscode.com:ztimson/node-utils" }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "scripts": { "build": "npx tsc && npx vite build", "docs": "typedoc --cleanOutputDir false --out ./docs --entryPoints src/**/*.ts --readme none", "watch": "npx vite build --watch" }, "devDependencies": { "@types/node": "^22.10.1", "typedoc": "^0.26.7", "typescript": "^5.3.3", "vite": "^5.0.12", "vite-plugin-dts": "^3.7.2" }, "files": [ "dist" ] }