{ "name": "@designestate/dees-domtools", "version": "2.0.22", "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 --skiplibcheck && tsbundle npm)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.61", "@gitzone/tsbundle": "^1.0.102", "@gitzone/tstest": "^1.0.70", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^17.0.23", "tslint": "^6.1.3", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@apiglobal/typedrequest": "^2.0.3", "@designestate/dees-comms": "^1.0.22", "@pushrocks/lik": "^5.0.4", "@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartrouter": "^1.0.12", "@pushrocks/smartrx": "^2.0.25", "@pushrocks/smartstate": "^2.0.0", "@pushrocks/webrequest": "^3.0.3", "@pushrocks/websetup": "^3.0.16", "@pushrocks/webstore": "^1.0.18", "lit": "^2.2.2", "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" ] }