{
  "name": "@modern-js/plugin-lambda-scf",
  "version": "1.1.7",
  "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
  "homepage": "https://modernjs.dev",
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",
  "repository": "modern-js-dev/modern.js",
  "license": "MIT",
  "keywords": [
    "react",
    "framework",
    "modern",
    "modern.js"
  ],
  "jsnext:source": "./src/index.ts",
  "types": "./src/index.ts",
  "main": "./dist/js/node/index.js",
  "module": "./dist/js/treeshaking/index.js",
  "jsnext:modern": "./dist/js/modern/index.js",
  "exports": {
    ".": {
      "node": {
        "jsnext:source": "./src/index.ts",
        "import": "./dist/js/modern/index.js",
        "require": "./dist/js/node/index.js"
      },
      "default": "./dist/js/treeshaking/index.js"
    },
    "./cli": {
      "jsnext:source": "./src/index.ts",
      "default": "./dist/js/node/index.js"
    }
  },
  "scripts": {
    "prepare": "modern build",
    "prepublishOnly": "only-allow-pnpm && modern build --platform",
    "dev": "modern dev",
    "build": "modern build",
    "new": "modern new",
    "test": "jest --passWithNoTests"
  },
  "dependencies": {
    "@modern-js/utils": "workspace:^1.6.0",
    "@serverless/components": "^3.18.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7",
    "@scripts/build": "workspace:*",
    "@modern-js/core": "workspace:*",
    "@modern-js/plugin-jarvis": "workspace:*",
    "typescript": "^4",
    "@types/jest": "^26.0.9",
    "@types/node": "^14",
    "jest": "^27",
    "@scripts/jest-config": "workspace:*"
  },
  "sideEffects": [
    "*.css",
    "*.less",
    "*.sass",
    "*.scss"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "types": "./dist/types/index.d.ts"
  }
}
