this is my `package.json` ```{ "name": "notes", ...
# seed
k
this is my
package.json
Copy code
{
  "name": "notes",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "sst start",
    "build": "sst build",
    "deploy": "sst deploy",
    "remove": "sst remove",
    "console": "sst console",
    "test": "vitest run"
  },
  "devDependencies": {
    "@serverless-stack/cli": "1.2.11",
    "@serverless-stack/resources": "1.2.11",
    "@tsconfig/node16": "^1.0.2",
    "typescript": "^4.7.2",
    "vitest": "^0.12.9"
  },
  "workspaces": [
    "backend"
  ],
  "dependencies": {
    "@aws-cdk/aws-apigatewayv2-authorizers-alpha": "2.24.0",
    "aws-cdk-lib": "2.24.0",
    "aws-sdk": "^2.1145.0",
    "serverless-stack": "^0.1.0",
    "uuid": "^8.3.2"
  }
}
r
The version should be
Copy code
2.24.0-alpha.0