{ "name": "@design.estate/dees-domtools", "version": "2.0.36", "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": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tsbundle": "^2.0.6", "@gitzone/tstest": "^1.0.72", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^20.1.0" }, "dependencies": { "@apiglobal/typedrequest": "^2.0.8", "@designestate/dees-comms": "^1.0.22", "@pushrocks/lik": "^6.0.2", "@pushrocks/smartdelay": "^3.0.1", "@pushrocks/smartjson": "^5.0.5", "@pushrocks/smartpromise": "^4.0.2", "@pushrocks/smartrouter": "^1.0.16", "@pushrocks/smartrx": "^3.0.0", "@pushrocks/smartstate": "^2.0.6", "@pushrocks/smarturl": "^3.0.6", "@pushrocks/webrequest": "^3.0.23", "@pushrocks/websetup": "^3.0.19", "@pushrocks/webstore": "^2.0.8", "lit": "^2.7.4", "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" ] }