{
  "name": "@serverless-seoul/corgi",
  "version": "5.0.0",
  "description": "Restful HTTP Framework for AWS Lambda - AWS API Gateway Proxy Integration",
  "main": "./dst/index.js",
  "typings": "./dst/index.d.ts",
  "engines": {
    "node": ">=12.14.0",
    "npm": ">=6.10.0"
  },
  "scripts": {
    "clean": "rm -Rf dst",
    "prebuild": "npm run clean",
    "build": "check-engine && tsc -d",
    "lint": "eslint src",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build -- -p ./tsconfig.test.json",
    "ci:publish": "publish",
    "test": "mocha dst/**/__test__/**/*_spec.js"
  },
  "files": [
    "dst"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serverless-seoul/corgi.git"
  },
  "author": "Kurt Lee",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/serverless-seoul/corgi/issues"
  },
  "homepage": "https://github.com/serverless-seoul/corgi#readme",
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "9.0.4",
    "@types/chai": "4.3.5",
    "@types/lodash": "4.14.195",
    "@types/mocha": "10.0.1",
    "@types/traverse": "0.6.32",
    "@typescript-eslint/eslint-plugin": "^6.15.0",
    "@typescript-eslint/parser": "^6.15.0",
    "chai": "4.3.7",
    "check-engine": "1.11.0",
    "eslint": "^8.56.0",
    "eslint-plugin-import": "^2.29.1",
    "mocha": "10.2.0",
    "semantic-release": "21.0.7",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.31.18",
    "@types/aws-lambda": "^8.10.76",
    "@types/node": "^12.12.62",
    "@types/qs": "^6.9.6",
    "ajv": "^6.12.6",
    "aws-xray-sdk-core": ">=1.1.6",
    "lodash": "^4.17.21",
    "openapi3-ts": "2.0.1",
    "path-to-regexp": "^6.2.0",
    "qs": "^6.10.1",
    "traverse": "^0.6.7"
  }
}
