42 lines
1.0 KiB
JSON
42 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",
|
|
"main": "dist/index",
|
|
"types": "dist/index",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run compile",
|
|
"clean": "rimraf ./dist",
|
|
"compile": "tsc -b tsconfig.build.json",
|
|
"prepublishOnly": "pnpm run build"
|
|
},
|
|
"dependencies": {
|
|
"@types/throttle-debounce": "^5.0.2",
|
|
"@welshman/dvm": "workspace:*",
|
|
"@welshman/feeds": "workspace:*",
|
|
"@welshman/lib": "workspace:*",
|
|
"@welshman/relay": "workspace:*",
|
|
"@welshman/net": "workspace:*",
|
|
"@welshman/signer": "workspace:*",
|
|
"@welshman/store": "workspace:*",
|
|
"@welshman/util": "workspace:*",
|
|
"fuse.js": "^7.0.0",
|
|
"idb": "^8.0.0",
|
|
"svelte": "^4.2.18",
|
|
"throttle-debounce": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "~6.0.0",
|
|
"typescript": "~5.8.0"
|
|
}
|
|
}
|