@nuxthub/core-nightly
Version:
Build full-stack Nuxt applications, with zero configuration.
108 lines (107 loc) • 2.93 kB
JSON
{
"name": "@nuxthub/core-nightly",
"private": false,
"version": "1.0.0-20251028-004316-83d4099",
"description": "Build full-stack Nuxt applications, with zero configuration.",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt-hub/core.git"
},
"homepage": "https://hub.nuxt.com",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": {
"types": "./dist/module.d.mts",
"import": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"typesVersions": {
"*": {
".": [
"./dist/module.d.mts"
]
}
},
"files": [
"dist",
"cli/bin"
],
"bin": {
"nuxthub": "./cli/bin/nuxthub.mjs",
"nuxt-hub": "./cli/bin/nuxthub.mjs"
},
"keywords": [
"nuxt",
"fullstack",
"cloudflare",
"vercel",
"database",
"kv",
"blob"
],
"scripts": {
"prepack": "nuxt-module-build build && pnpm cli:build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && pnpm cli:stub",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"docs": "PORT=4000 nuxi dev docs",
"docs:build": "nuxi generate docs",
"release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run --test-timeout=60000",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
"cli:build": "obuild ./cli/run.ts:./dist/cli",
"cli:stub": "obuild ./cli/run.ts:./dist/cli --stub"
},
"dependencies": {
"@ai-sdk/provider": "^2.0.0",
"@cloudflare/workers-types": "^4.20251014.0",
"@nuxt/devtools-kit": "^2.6.5",
"@uploadthing/mime-types": "^0.3.6",
"@vercel/blob": "^2.0.0",
"ai": "^5.0.77",
"aws4fetch": "^1.0.20",
"consola": "^3.4.2",
"db0": "^0.3.4",
"defu": "^6.1.4",
"destr": "^2.0.5",
"execa": "^9.6.0",
"get-port-please": "^3.2.0",
"h3": "^1.15.4",
"mime": "^4.1.0",
"nitro-cloudflare-dev": "^0.2.2",
"nypm": "^0.6.2",
"obuild": "^0.2.1",
"ofetch": "^1.4.1",
"pathe": "^2.0.3",
"pkg-types": "^2.3.0",
"std-env": "^3.10.0",
"ufo": "^1.6.1",
"uncrypto": "^0.1.3",
"unstorage": "^1.17.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@ai-sdk/gateway": "^2.0.0",
"@nuxt/devtools": "^2.6.5",
"@nuxt/eslint-config": "^1.9.0",
"@nuxt/kit": "^4.1.3",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.1.3",
"@nuxt/test-utils": "3.19.2",
"@nuxthub/core": "link:",
"@types/node": "^24.9.1",
"better-sqlite3": "^12.4.1",
"changelogen": "^0.6.2",
"eslint": "^9.38.0",
"nuxt": "^4.1.3",
"typescript": "~5.9.3",
"vitest": "^4.0.2",
"vue-tsc": "^3.1.1",
"workers-ai-provider": "^2.0.0"
}
}