mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
24 lines
554 B
JSON
24 lines
554 B
JSON
{
|
|
"name": "@serverlessinc/framework-alpha",
|
|
"version": "4.3.3",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"bin": {
|
|
"serverless": "./dist/sf-core.js",
|
|
"sls": "./dist/sf-core.js"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-cloudfront-keyvaluestore": "3.966.0",
|
|
"@aws-sdk/signature-v4-crt": "3.966.0",
|
|
"@aws-sdk/signature-v4a": "3.965.0",
|
|
"ajv": "8.17.1",
|
|
"ajv-formats": "3.0.1",
|
|
"esbuild": "0.27.2"
|
|
}
|
|
}
|