[READ-ONLY] Mirror of https://github.com/danielroe/cross-origin-storage. Load shared dependencies from Cross-Origin Storage (COS).
cross-origin-storage
experimental
nuxt
vite
vite-plugin
1{
2 "name": "nuxt-cos-monorepo",
3 "private": true,
4 "type": "module",
5 "packageManager": "pnpm@11.5.3",
6 "description": "Load shared dependencies from Cross-Origin Storage",
7 "author": {
8 "name": "Daniel Roe",
9 "email": "daniel@roe.dev",
10 "url": "https://github.com/danielroe"
11 },
12 "license": "MIT",
13 "scripts": {
14 "build": "pnpm -r build",
15 "lint": "eslint .",
16 "test": "pnpm -r test:unit",
17 "test:types": "pnpm -r test:types"
18 },
19 "devDependencies": {
20 "@nuxt/eslint-config": "^1.15.2",
21 "eslint": "^10.4.1",
22 "typescript": "~6.0.3"
23 }
24}