47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@welshman/app",
|
|
"version": "0.0.24",
|
|
"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.mjs",
|
|
"require": "./build/src/index.cjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"pub": "npm run lint && npm run build && npm publish",
|
|
"build": "gts clean && tsc-multi",
|
|
"lint": "gts lint",
|
|
"fix": "gts fix"
|
|
},
|
|
"devDependencies": {
|
|
"gts": "^5.0.1",
|
|
"tsc-multi": "^1.1.0",
|
|
"typescript": "~5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@welshman/lib": "~0.0.24",
|
|
"@welshman/feeds": "~0.0.24",
|
|
"@welshman/dvm": "~0.0.10",
|
|
"@welshman/net": "~0.0.33",
|
|
"@welshman/signer": "~0.0.11",
|
|
"@welshman/store": "~0.0.12",
|
|
"@welshman/util": "~0.0.45",
|
|
"fuse.js": "^7.0.0",
|
|
"idb": "^8.0.0",
|
|
"svelte": "^4.2.18",
|
|
"throttle-debounce": "^5.0.2"
|
|
}
|
|
}
|