73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"name": "@opennextjs/aws",
|
|
"version": "3.8.5",
|
|
"bin": {
|
|
"open-next": "./dist/index.js"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"description": "Open source Next.js serverless adapter",
|
|
"homepage": "https://opennext.js.org/aws",
|
|
"main": "./dist/index.js",
|
|
"exports": {
|
|
"./*": {
|
|
"types": "./dist/*.d.ts",
|
|
"default": "./dist/*"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"dist/*"
|
|
]
|
|
}
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"files": [
|
|
"dist",
|
|
"assets",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"@ast-grep/napi": "^0.35.0",
|
|
"@aws-sdk/client-cloudfront": "3.398.0",
|
|
"@aws-sdk/client-dynamodb": "^3.398.0",
|
|
"@aws-sdk/client-lambda": "^3.398.0",
|
|
"@aws-sdk/client-s3": "^3.398.0",
|
|
"@aws-sdk/client-sqs": "^3.398.0",
|
|
"@node-minify/core": "^8.0.6",
|
|
"@node-minify/terser": "^8.0.6",
|
|
"@tsconfig/node18": "^1.0.1",
|
|
"aws4fetch": "^1.0.18",
|
|
"chalk": "^5.3.0",
|
|
"cookie": "^1.0.2",
|
|
"esbuild": "0.25.4",
|
|
"express": "5.0.1",
|
|
"path-to-regexp": "^6.3.0",
|
|
"urlpattern-polyfill": "^10.0.0",
|
|
"yaml": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aws-lambda": "^8.10.109",
|
|
"@types/express": "5.0.0",
|
|
"@types/node": "20.17.6",
|
|
"tsc-alias": "^1.8.8",
|
|
"typescript": "5.6.3"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/opennextjs/opennextjs-aws/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/opennextjs/opennextjs-aws",
|
|
"directory": "packages/open-next"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && tsc-alias",
|
|
"dev": "tsc -w"
|
|
}
|
|
} |