@netlify/next-runtime
Version:
Run Next.js seamlessly on Netlify
72 lines (71 loc) • 1.82 kB
JSON
{
"name": "@netlify/next-runtime",
"version": "5.0.0-alpha.25",
"description": "Run Next.js seamlessly on Netlify",
"main": "./dist/index.js",
"type": "module",
"files": [
"dist",
"manifest.yml"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"prepack": "npm run build",
"pretest": "node tests/prepare.mjs",
"build": "tsc",
"build:debug": "tsc --sourceMap",
"build:watch": "tsc --watch",
"test": "vitest",
"test:ci": "vitest run --reporter=default --retry=3",
"e2e": "playwright test",
"e2e:ci": "playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/next-runtime-minimal.git"
},
"keywords": [
"nextjs",
"netlify",
"next",
"netlify-runtime"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/netlify/next-runtime-minimal/issues"
},
"homepage": "https://github.com/netlify/next-runtime-minimal#readme",
"dependencies": {
"@fastly/http-compute-js": "1.1.1",
"@netlify/blobs": "^4.1.0",
"@netlify/build": "^29.20.6",
"@netlify/functions": "^2.0.1",
"@vercel/nft": "^0.24.3",
"fast-glob": "^3.3.2",
"fs-monkey": "^1.0.5",
"os": "^0.1.2",
"outdent": "^0.8.0",
"p-limit": "^4.0.0"
},
"devDependencies": {
"@netlify/eslint-config-node": "^7.0.1",
"@netlify/serverless-functions-api": "^1.10.1",
"@netlify/zip-it-and-ship-it": "^9.25.5",
"@playwright/test": "^1.40.0",
"@types/node": "^20.9.2",
"@types/uuid": "^9.0.6",
"cheerio": "^1.0.0-rc.12",
"execa": "^8.0.1",
"get-port": "^7.0.0",
"lambda-local": "^2.1.2",
"memfs": "^4.6.0",
"msw": "^2.0.7",
"next": "^13.5.4",
"typescript": "^5.1.6",
"unionfs": "^4.5.1",
"uuid": "^9.0.1",
"vitest": "^0.34.6"
}
}