Files
welshman/packages/app/package.json
T
2025-04-01 14:24:32 -07:00

44 lines
1.0 KiB
JSON

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