UNPKG

@edgeone/nuxt-pages

Version:

A professional deployment package that seamlessly deploys your Nuxt 3/4 applications to Tencent Cloud EdgeOne platform with optimized performance and intelligent caching.

59 lines (58 loc) 1.44 kB
{ "name": "@edgeone/nuxt-pages", "version": "1.0.7", "main": "./dist/index.js", "scripts": { "test": "ts-node src/test.ts", "build": "node ./tools/build.js", "build:watch": "node ./tools/build.js --watch", "start": "node dist/index.js", "audit": "npm audit", "audit:fix": "npm audit fix", "security": "npm audit && npm outdated" }, "type": "module", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "files": [ "dist" ], "keywords": [ "nuxt", "deploy", "edgeone" ], "author": "Venzil", "repository": { "type": "git", "url": "https://github.com/q153877011/edgeone-nuxt-deploy.git" }, "bugs": { "url": "https://github.com/q153877011/edgeone-nuxt-deploy/issues" }, "homepage": "https://github.com/q153877011/edgeone-nuxt-deploy#readme", "license": "ISC", "description": "", "dependencies": { "@babel/parser": "^7.28.4", "@babel/traverse": "^7.28.4", "@babel/types": "^7.28.4", "@netlify/functions": "^3.1.10", "@nuxt/kit": "^3.14.0", "@opentelemetry/api": "^1.9.0", "fast-glob": "^3.3.3", "lru-cache": "^10.4.3", "vitest": "^3.2.4" }, "devDependencies": { "@types/node": "^20.19.23", "@types/picomatch": "^3.0.2", "@types/uuid": "^10.0.0", "esbuild": "^0.25.11", "execa": "^8.0.1", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }