2025-09-05 14:59:21 +08:00

57 lines
1.5 KiB
JSON

{
"name": "nuxt-site-config",
"type": "module",
"version": "2.2.21",
"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.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist"
],
"dependencies": {
"@nuxt/devtools-kit": "^1.6.0",
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"sirv": "^3.0.0",
"ufo": "^1.5.4",
"nuxt-site-config-kit": "2.2.21",
"site-config-stack": "2.2.21"
},
"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 --stub && nuxi prepare playground",
"release": "bumpp package.json --commit --push --tag",
"test": "vitest",
"typecheck": "tsc --noEmit"
}
}