{ "name": "@consentsoftware/webclient", "version": "1.0.14", "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)" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.63", "@gitzone/tstest": "^1.0.72", "@pushrocks/tapbundle": "^5.0.4", "@types/node": "^18.6.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.15.0" }, "dependencies": { "@apiglobal/typedrequest": "^2.0.8", "@consentsoftware/interfaces": "^1.0.11", "@pushrocks/smarttime": "^3.0.37", "@pushrocks/webstore": "^2.0.5" }, "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }