{ "name": "@welshman/app", "version": "0.0.34", "author": "hodlbod", "license": "MIT", "description": "A collection of svelte stores for use in building nostr client applications.", "publishConfig": { "access": "public" }, "type": "module", "files": [ "build" ], "types": "./build/src/index.d.ts", "exports": { ".": { "types": "./build/src/index.d.ts", "import": "./build/src/index.js", "require": "./build/src/index.js" } }, "scripts": { "pub": "npm run lint && npm run build && npm publish", "build": "gts clean && tsc", "lint": "gts lint", "fix": "gts fix" }, "dependencies": { "@types/throttle-debounce": "^5.0.2", "@welshman/dvm": "~0.0.11", "@welshman/feeds": "~0.0.26", "@welshman/lib": "~0.0.33", "@welshman/net": "~0.0.41", "@welshman/signer": "~0.0.16", "@welshman/store": "~0.0.13", "@welshman/util": "~0.0.50", "fuse.js": "^7.0.0", "idb": "^8.0.0", "svelte": "^4.2.18", "throttle-debounce": "^5.0.2" } }