{
  "name": "@lambda/invoke-model-endpoint",
  "version": "1.0.0",
  "description": "",
  "private": "true",
  "main": "index.js",
  "scripts": {
    "mkdir": "mkdir -p ../../../../dist/@lambda",
    "zipasset": "zip -FSrq ../../../../dist/$npm_package_name.zip *",
    "build": "yarn mkdir && yarn zipasset"
  },
  "author": "Amazon Web Services - ASEAN Prototying <aws-asean-sa-prototyping@amazon.com>",
  "license": "MIT-0",
  "workspaces": {
    "nohoist": [
      "**/dayjs",
      "**/dayjs/**"
    ]
  },
  "dependencies": {
    "dayjs": "^1.10.7"
  }
}
