{ "name": "@design.estate/dees-domtools", "version": "2.0.44", "private": false, "description": "tools to simplify complex css structures", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany && tsbundle npm)", "format": "(gitzone format)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.70", "@git.zone/tsbundle": "^2.0.8", "@git.zone/tstest": "^1.0.81", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.8.2" }, "dependencies": { "@api.global/typedrequest": "^3.0.1", "@design.estate/dees-comms": "^1.0.22", "@push.rocks/lik": "^6.0.5", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartjson": "^5.0.10", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartrouter": "^1.0.16", "@push.rocks/smartrx": "^3.0.6", "@push.rocks/smartstate": "^2.0.10", "@push.rocks/smarturl": "^3.0.6", "@push.rocks/webrequest": "^3.0.33", "@push.rocks/websetup": "^3.0.19", "@push.rocks/webstore": "^2.0.13", "lit": "^2.8.0", "sweet-scroll": "^4.0.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }