{ "name": "@consent.software/webclient", "version": "1.0.19", "private": false, "description": "a webclient for using consent.software in your website. Works with vanilla js, angular, react, you name it.", "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)", "bundle": "(tsbundle npm)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.2.0", "@git.zone/tsbundle": "^2.1.0", "@git.zone/tstest": "^1.0.90", "@push.rocks/tapbundle": "^5.5.4", "@types/node": "^22.10.6" }, "dependencies": { "@api.global/typedrequest": "^3.1.10", "@consent.software/interfaces": "^1.0.11", "@push.rocks/smarttime": "^4.1.1", "@push.rocks/webstore": "^2.0.20" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }