{ "name": "nuxt-content-assets", "version": "1.8.3", "description": "Enable locally-located assets in Nuxt Content", "repository": { "type": "git", "url": "git+https://github.com/davestewart/nuxt-content-assets.git" }, "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/module.d.ts", "import": "./dist/module.mjs" } }, "main": "./dist/module.mjs", "files": [ "cache", "dist" ], "scripts": { "dev:setup": "cpy cache playground/node_modules/nuxt-content-assets && cpy \"cache/**\" playground/.nuxt/content-assets", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare", "dev": "nuxi dev playground", "dev:generate": "nuxi generate playground", "dev:build": "nuxi build playground", "dev:preview": "nuxi preview playground", "build": "nuxt-module-build build", "release:setup": "npm run lint && npm run test && npm run build", "release:dry": "npm run release:setup && npm publish --dry-run", "release": "npm run release:setup && npm publish", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch" }, "dependencies": { "@nuxt/kit": "^3.20.2", "crosspath": "^2.0.0", "debounce": "^3.0.0", "image-size": "^1.1.1", "listhen": "^1.9.0", "ohash": "^2.0.11", "unist-util-visit": "^5.0.0", "unstorage": "^1.17.3", "ws": "^8.19.0" }, "peerDependencies": { "@nuxt/content": "^2.13.0", "nuxt": ">=3.0.0" }, "devDependencies": { "@nuxt/devtools": "latest", "@nuxt/eslint-config": "^0.7.6", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^3.20.2", "@nuxt/test-utils": "^3.23.0", "@types/debounce": "^1.2.4", "@types/node": "^25.0.3", "@types/ws": "^8.18.1", "cpy-cli": "^6.0.0", "eslint": "^8.39.2", "nuxt": ">=3.0.0", "vitest": "^3.2.4" }, "engines": { "node": ">=16.0.0" } }