{
  "name": "serverless-slic-watch-plugin",
  "version": "3.3.2",
  "description": "Serverless plugin for automatic alarms and dashboards",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/fourTheorem/slic-watch.git",
    "directory": "serverless-plugin"
  },
  "scripts": {
    "test": "tap --include='**/tests/**/*.ts' --coverage-report=lcovonly --allow-incomplete-coverage",
    "prepublish": "cp ../README.md README.md",
    "build": "esbuild index.ts --outdir=dist --bundle --format=cjs --platform=node --sourcemap",
    "watch": "npm run build -- --watch"
  },
  "tap": {
    "node-arg": [
      "--no-warnings",
      "--loader=ts-node/esm",
      "--experimental-specifier-resolution=node",
      "--trace-deprecation"
    ]
  },
  "devDependencies": {
    "serverless": "^3.28.1",
    "serverless-hooks-plugin": "^1.1.0"
  },
  "engines": {
    "node": ">=10.0"
  },
  "license": "Apache",
  "dependencies": {
    "ajv": "^8.11.0",
    "esbuild": "0.27.2"
  },
  "gitHead": "c4300240f9e854c4eb1c5503b839882ff0cd1cae"
}
