{ "name": "@welshman/app", "version": "0.1.0", "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.15", "@welshman/feeds": "^0.1.0", "@welshman/lib": "^0.1.0", "@welshman/relay": "^0.1.0", "@welshman/net": "^0.0.49", "@welshman/signer": "^0.1.1", "@welshman/store": "^0.1.0", "@welshman/util": "^0.1.0", "fuse.js": "^7.0.0", "idb": "^8.0.0", "svelte": "^4.2.18", "throttle-debounce": "^5.0.2" } }