{ "name": "@designestate/dees-domtools", "version": "1.0.36", "private": false, "description": "tools to simplify complex css structures", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web && tsbundle npm)", "format": "(gitzone format)" }, "devDependencies": { "@gitzone/tsbuild": "^2.0.22", "@gitzone/tsbundle": "^1.0.69", "@gitzone/tstest": "^1.0.15", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^14.0.5", "tslint": "^6.1.2", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@apiglobal/typedrequest": "^1.0.38", "@pushrocks/lik": "^4.0.13", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartrouter": "^1.0.2", "@pushrocks/smartstate": "^1.0.16", "@pushrocks/webrequest": "^2.0.9", "@pushrocks/websetup": "^2.0.16", "lit-element": "^2.3.1", "sweet-scroll": "^4.0.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }