{
  "name": "libnostrsite",
  "version": "1.0.104",
  "description": "",
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@nostr-dev-kit/ndk": "^2.4.0",
    "@tryghost/tpl": "^0.1.29",
    "browser-hbs": "file:../browser-hbs",
    "cheerio": "^1.0.0-rc.12",
    "dexie": "^4.0.7",
    "downsize-cjs": "^1.0.1",
    "jsonpath": "^1.1.1",
    "lodash-es": "^4.17.21",
    "luxon": "^3.4.4",
    "marked": "^14.0.0",
    "marked-plaintify": "^1.1.0",
    "nostr-tools": "^1.17.0",
    "path-browserify": "^1.0.1",
    "remark": "^15.0.1",
    "remark-footnotes": "^4.0.1",
    "slugify": "^1.6.6",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@types/jsonpath": "^0.2.4",
    "@types/lodash-es": "^4.17.12",
    "@types/luxon": "^3.4.2",
    "@types/path-browserify": "^1.0.2",
    "typescript": "^5.4.5",
    "vite": "^5.2.10",
    "vite-plugin-dts": "^3.9.1",
    "vite-tsconfig-paths": "^4.3.2"
  }
}
