UNPKG

nuxt-site-config

Version:

Shared site configuration for Nuxt 3 modules.

77 lines 1.88 kB
{ "name": "nuxt-site-config", "type": "module", "version": "3.2.1", "description": "Shared site configuration for Nuxt 3 modules.", "author": { "name": "Harlan Wilton", "email": "harlan@harlanzw.com", "url": "https://harlanzw.com/" }, "license": "MIT", "funding": "https://github.com/sponsors/harlan-zw", "homepage": "https://github.com/harlan-zw/nuxt-site-config#readme", "repository": { "type": "git", "url": "git+https://github.com/harlan-zw/nuxt-site-config.git" }, "bugs": { "url": "https://github.com/harlan-zw/nuxt-site-config/issues" }, "exports": { ".": { "types": "./dist/types.d.mts", "import": "./dist/module.mjs" }, "./kit": "./dist/kit.mjs", "./utils": "./dist/utils.mjs", "./urls": "./dist/urls.mjs" }, "main": "./dist/module.mjs", "module": "dist/module.mjs", "typesVersions": { "*": { ".": [ "./dist/types.d.mts" ], "utils": [ "./dist/utils.d.mts" ], "kit": [ "./dist/kit.d.mts" ], "urls": [ "./dist/urls.d.mts" ] } }, "files": [ "dist" ], "dependencies": { "@nuxt/kit": "^3.17.5", "pathe": "^2.0.3", "pkg-types": "^2.1.0", "sirv": "^3.0.1", "ufo": "^1.6.1", "nuxt-site-config-kit": "3.2.1", "site-config-stack": "3.2.1" }, "devDependencies": { "@nuxt/schema": "^3.17.5" }, "build": { "externals": [ "@nuxt/schema" ] }, "scripts": { "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare", "release": "bumpp package.json --commit --push --tag", "test": "vitest", "typecheck": "tsc --noEmit", "test:attw": "attw --pack" } }