{ "name": "@consent.software/webclient", "version": "1.0.17", "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)", "buildDocs": "tsdoc" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.70", "@git.zone/tstest": "^1.0.80", "@push.rocks/tapbundle": "^5.0.15", "@types/node": "^20.5.6" }, "dependencies": { "@api.global/typedrequest": "^3.0.1", "@consent.software/interfaces": "^1.0.11", "@push.rocks/smarttime": "^4.0.5", "@push.rocks/webstore": "^2.0.9" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }