{ "name": "@gnu-taler/web-util", "version": "0.9.1", "description": "Generic helper functionality for GNU Taler Web Apps", "type": "module", "types": "./lib/index.node.d.ts", "main": "./dist/taler-web-cli.cjs", "bin": { "taler-wallet-cli": "./bin/taler-web-cli.cjs" }, "author": "Sebastian Marchano", "license": "AGPL-3.0-or-later", "private": false, "exports": { "./lib/tests/swr": { "types": "./lib/tests/swr.js", "default": "./lib/tests/swr.mjs" }, "./lib/tests/mock": { "types": "./lib/tests/mock.js", "default": "./lib/tests/mock.mjs" }, "./lib/index.browser": { "types": "./lib/index.browser.js", "default": "./lib/index.browser.mjs" }, "./lib/index.node": { "types": "./lib/index.node.js", "default": "./lib/index.node.cjs" } }, "scripts": { "prepare": "tsc && ./build.mjs", "compile": "tsc && ./build.mjs", "clean": "rimraf dist lib tsconfig.tsbuildinfo", "pretty": "prettier --write src" }, "devDependencies": { "@gnu-taler/taler-util": "workspace:*", "@types/express": "^4.17.14", "@types/node": "^18.11.17", "@types/web": "^0.0.82", "@types/ws": "^8.5.3", "axios": "^1.2.2", "chokidar": "^3.5.3", "esbuild": "^0.17.7", "express": "^4.18.2", "preact": "10.11.3", "preact-render-to-string": "^5.2.6", "prettier": "^2.5.1", "rimraf": "^3.0.2", "swr": "2.0.3", "tslib": "^2.4.0", "typescript": "^4.9.4", "ws": "7.4.5" } }