package.json 505 Bytes
{
  "name": "astro-wt",
  "type": "module",
  "exports": {
    "./astro": "./lib/astro.ts",
    "./html": "./lib/html.ts",
    "./remote-content": "./lib/remote-content.ts"
  },
  "scripts": {
    "dev": "astro dev"
  },
  "dependencies": {
    "@isaacs/ttlcache": "^1.4.1",
    "@reduxjs/toolkit": "^2.2.5",
    "parsel-js": "^1.1.2",
    "ultrahtml": "^1.5.3"
  },
  "devDependencies": {
    "@astrojs/node": "^8.2.5",
    "@astrojs/react": "^3.3.4",
    "astro": "^4.8.7",
    "react": "^18.3.1"
  }
}